[PATCH] support ROWNUM in openGauss
Signed-off-by: pufuan <pu.fuan@139.com>
This commit is contained in:
@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user