add openGauss 3.1.0 feature code

This commit is contained in:
yanghao
2022-09-03 16:22:35 +08:00
parent 801d945a3d
commit b919f404e8
2759 changed files with 521358 additions and 366321 deletions

View File

@ -399,7 +399,6 @@ NestLoopState* ExecInitNestLoop(NestLoop* node, EState* estate, int eflags)
* the result in this case would hold only virtual data.
*/
ExecAssignResultTypeFromTL(&nlstate->js.ps, TAM_HEAP);
ExecAssignProjectionInfo(&nlstate->js.ps, NULL);
/*
@ -423,7 +422,6 @@ NestLoopState* ExecInitNestLoop(NestLoop* node, EState* estate, int eflags)
void ExecEndNestLoop(NestLoopState* node)
{
NL1_printf("ExecEndNestLoop: %s\n", "ending node processing");
/*
* Free the exprcontext
*/