Obsolete comment in ExecScanReScan()

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Obsolete comment in ExecScanReScan()
Date: 2025-11-01 11:25:05
Message-ID: CAPmGK152zJ3fU5avDT5udfL0namrDeVfMTL3dxdOXw28SOrycg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While working on a patch to add more test coverage for EPQ testing
posted right before, I noticed $SUBJECT:

/*
* If an FDW or custom scan provider has replaced the join with a
* scan, there are multiple RTIs; reset the epqScanDone flag for
* all of them.
*/

We removed epqScanDone and instead added relsubs_done in commit
27cc7cd2b, so the second part of the comment should be something like
this: "reset the relsubs_done flag for all of them." Attached is a
patch for that.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
Update-obsolete-comment-in-ExecScanReScan.patch application/octet-stream 532 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-11-01 12:42:47 Re: Adding REPACK [concurrently]
Previous Message Etsuro Fujita 2025-11-01 11:18:41 postgres_fdw: Add more test coverage for EvalPlanQual testing