Skip to content

Commit 98821ea

Browse files
author
Etsuro Fujita
committed
Update obsolete comment in ExecScanReScan().
Commit 27cc7cd removed the epqScanDone flag from the EState struct, and instead added an equivalent flag named relsubs_done to the EPQState struct; but it failed to update this comment. Author: Etsuro Fujita <etsuro.fujita@gmail.com> Discussion: https://postgr.es/m/CAPmGK152zJ3fU5avDT5udfL0namrDeVfMTL3dxdOXw28SOrycg%40mail.gmail.com Backpatch-through: 13
1 parent b432acd commit 98821ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execScan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ ExecScanReScan(ScanState *node)
332332

333333
/*
334334
* If an FDW or custom scan provider has replaced the join with a
335-
* scan, there are multiple RTIs; reset the epqScanDone flag for
335+
* scan, there are multiple RTIs; reset the relsubs_done flag for
336336
* all of them.
337337
*/
338338
if (IsA(node->ps.plan, ForeignScan))

0 commit comments

Comments
 (0)