Remove ExecFreeExprContext call

Relevant PG commit
d060e921ea5aa47b6265174c32e1128cebdbc3df
d060e921ea
pg17_kickoff
naisila 2024-07-08 16:29:51 +02:00
parent 3f5a1e089d
commit a816d1bc77
No known key found for this signature in database
GPG Key ID: A824BA9862D73E6D
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; TableScanDesc scanDesc = node->ss.ss_currentScanDesc;
/*
* Free the exprcontext
*/
ExecFreeExprContext(&node->ss.ps);
/* /*
* clean out the tuple table * clean out the tuple table
*/ */