Skip to content

Commit 324051f

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 e7b0c81 commit 324051f

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

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

0 commit comments

Comments
 (0)