pgsql: Update obsolete comment in ExecScanReScan(). - Mailing list pgsql-committers

From Etsuro Fujita
Subject pgsql: Update obsolete comment in ExecScanReScan().
Date
Msg-id E1vGqfE-005ETu-1R@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update obsolete comment in ExecScanReScan().

Commit 27cc7cd2b 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

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/d898e6846979e75728acfa8eedebd25b77786073

Modified Files
--------------
src/backend/executor/execScan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: postgres_fdw: Add more test coverage for EvalPlanQual testing.
Next
From: David Rowley
Date:
Subject: pgsql: Fix UNION planner estimate_num_groups with varno==0