[PATCH] support ROWNUM in openGauss

Signed-off-by: pufuan <pu.fuan@139.com>
This commit is contained in:
pufuan
2020-07-25 14:11:19 +08:00
parent 33fb785204
commit b70b84d144
28 changed files with 774 additions and 18 deletions

View File

@ -269,6 +269,9 @@ void ExecReScan(PlanState* node)
InstrEndLoop(node->instrument);
}
/* reset the rownum */
node->ps_rownum = 0;
/*
* If we have changed parameters, propagate that info.
*