Obsolete comment in ExecScanReScan() - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Obsolete comment in ExecScanReScan()
Date
Msg-id CAPmGK152zJ3fU5avDT5udfL0namrDeVfMTL3dxdOXw28SOrycg@mail.gmail.com
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: postgres_fdw: Add more test coverage for EvalPlanQual testing
Next
From: jian he
Date:
Subject: Re: Adding REPACK [concurrently]