Skip to content

Commit 233d79e

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 e971cf5 commit 233d79e

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
@@ -134,7 +134,7 @@ ExecScanReScan(ScanState *node)
134134

135135
/*
136136
* If an FDW or custom scan provider has replaced the join with a
137-
* scan, there are multiple RTIs; reset the epqScanDone flag for
137+
* scan, there are multiple RTIs; reset the relsubs_done flag for
138138
* all of them.
139139
*/
140140
if (IsA(node->ps.plan, ForeignScan))

0 commit comments

Comments
 (0)