pgsql: Update obsolete comment in ExecScanReScan().
Started by Etsuro Fujita11 months ago1 messagescomitters
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: /messages/by-id/CAPmGK152zJ3fU5avDT5udfL0namrDeVfMTL3dxdOXw28SOrycg@mail.gmail.com
Backpatch-through: 13
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/98821eae9d3cdcdb1a9690a0b2fd0248dbc65a13
Modified Files
--------------
src/backend/executor/execScan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)