Re: pgsql: Re-allow FDWs and custom scan providers to replace joins with ps - Mailing list pgsql-committers

From Etsuro Fujita
Subject Re: pgsql: Re-allow FDWs and custom scan providers to replace joins with ps
Date
Msg-id CAPmGK15_0ow9YK3GGof-6=yi7W6KO-NR0ApUABnx7bkPA=eAyQ@mail.gmail.com
Whole thread Raw
In response to pgsql: Re-allow FDWs and custom scan providers to replace joins with ps  (Etsuro Fujita <efujita@postgresql.org>)
List pgsql-committers
I CCed Andrew.

On Tue, Aug 15, 2023 at 4:50 PM Etsuro Fujita <efujita@postgresql.org> wrote:
> Re-allow FDWs and custom scan providers to replace joins with pseudoconstant quals.

This broke blackhole_fdw, which is tested in buildfarm member crake,
because it changed the argument list for create_foreignscan_path(), as
mentioned in the commit message.  So I think we need to modify
blackhole_fdw accordingly.  Andrew, shall I create a patch for that?

Best regards,
Etsuro Fujita



pgsql-committers by date:

Previous
From: Etsuro Fujita
Date:
Subject: pgsql: Fix code indentation vioaltion introduced in commit 9e9931d2b.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 16 relnotes, update "current as of" date