mirror of https://github.com/citusdata/citus.git
Remove ExecFreeExprContext call
Relevant PG commit
d060e921ea5aa47b6265174c32e1128cebdbc3df
d060e921ea
pg17_kickoff
parent
3f5a1e089d
commit
a816d1bc77
|
@ -1924,11 +1924,6 @@ ColumnarScan_EndCustomScan(CustomScanState *node)
|
||||||
*/
|
*/
|
||||||
TableScanDesc scanDesc = node->ss.ss_currentScanDesc;
|
TableScanDesc scanDesc = node->ss.ss_currentScanDesc;
|
||||||
|
|
||||||
/*
|
|
||||||
* Free the exprcontext
|
|
||||||
*/
|
|
||||||
ExecFreeExprContext(&node->ss.ps);
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* clean out the tuple table
|
* clean out the tuple table
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue