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

From: Etsuro Fujita <etsuro(dot)fujita(at)gmail(dot)com>
To: Etsuro Fujita <efujita(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org, andrew(at)dunslane(dot)net
Subject: Re: pgsql: Re-allow FDWs and custom scan providers to replace joins with ps
Date: 2023-08-15 10:27:31
Message-ID: CAPmGK15_0ow9YK3GGof-6=yi7W6KO-NR0ApUABnx7bkPA=eAyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I CCed Andrew.

On Tue, Aug 15, 2023 at 4:50 PM Etsuro Fujita <efujita(at)postgresql(dot)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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-08-15 13:15:46 pgsql: doc: PG 16 relnotes, update "current as of" date
Previous Message Etsuro Fujita 2023-08-15 08:47:35 pgsql: Fix code indentation vioaltion introduced in commit 9e9931d2b.