Update obsolete comment in ExecScanReScan().

Etsuro Fujita <efujita@postgresql.org>

Commit: 1cba25e4cf2ea0d8efd1d3c8d0af3f7a3c091dfe
Author: Etsuro Fujita <efujita@postgresql.org>
Date: 2025-11-06T03:25:03Z
Releases: 15.15
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

Files

PathChange+/−
src/backend/executor/execScan.c modified +1 −1

Discussion