pgsql: Update obsolete comment in ExecScanReScan().

From: Etsuro Fujita <efujita(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Update obsolete comment in ExecScanReScan().
Date: 2025-11-06 03:27:56
Message-ID: E1vGqfE-005ETp-1L@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(dot)fujita(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAPmGK152zJ3fU5avDT5udfL0namrDeVfMTL3dxdOXw28SOrycg%40mail.gmail.com
Backpatch-through: 13

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2025-11-06 03:35:12 pgsql: Fix UNION planner estimate_num_groups with varno==0
Previous Message Etsuro Fujita 2025-11-06 03:17:23 pgsql: postgres_fdw: Add more test coverage for EvalPlanQual testing.