Implementation of keyword ignore: using hint string

This commit is contained in:
teooooozhang
2022-06-16 19:47:25 +08:00
parent 17c986d684
commit a8da82a0fb
54 changed files with 4973 additions and 128 deletions

View File

@ -2389,6 +2389,10 @@ static Datum ExecMakeFunctionResultNoSets(
fcinfo->context = (Node *)node;
}
if (econtext) {
fcinfo->can_ignore = econtext->can_ignore;
}
/*
* Incause of connet_by_root() and sys_connect_by_path() we need get the
* current scan tuple slot so attach the econtext here