Remove ExecFreeExprContext call

Relevant PG commit
d060e921ea5aa47b6265174c32e1128cebdbc3df
d060e921ea
pull/7699/head
naisila 2024-07-08 16:29:51 +02:00
parent fb4efeb20c
commit 4685be7f00
1 changed files with 0 additions and 5 deletions

View File

@ -1924,11 +1924,6 @@ ColumnarScan_EndCustomScan(CustomScanState *node)
*/
TableScanDesc scanDesc = node->ss.ss_currentScanDesc;
/*
* Free the exprcontext
*/
ExecFreeExprContext(&node->ss.ps);
/*
* clean out the tuple table
*/