]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Update obsolete comment in ExecScanReScan().
authorEtsuro Fujita <efujita@postgresql.org>
Thu, 6 Nov 2025 03:25:05 +0000 (12:25 +0900)
committerEtsuro Fujita <efujita@postgresql.org>
Thu, 6 Nov 2025 03:25:05 +0000 (12:25 +0900)
commit324051fb890b927a5f85aa899d800f0162952d69
treeb5fbf076a908fb505caf8ee1d742b06beef62c63
parente7b0c814dcfb2d93f02b25fa51a327cfdfa534ad
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
src/backend/executor/execScan.c