Re: 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: Re: Obsolete comment in ExecScanReScan()
Date: 2025-11-06 03:41:09
Message-ID: CAPmGK14CiQ_H6SO_GNdS5xEHezf6k54UMKYcruMW99EhUy1cBw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 1, 2025 at 8:25 PM Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com> wrote:
> 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.

Pushed and back-patched.

Best regards,
Etsuro Fujita

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Shubham Khanna 2025-11-06 04:05:36 Re: Add support for specifying tables in pg_createsubscriber.
Previous Message Etsuro Fujita 2025-11-06 03:39:05 Re: postgres_fdw: Add more test coverage for EvalPlanQual testing