Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Geoghegan <pg(at)bowt(dot)ie>
Cc: Fujii Masao <fujii(at)postgresql(dot)org>, pgsql-committers <pgsql-committers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor
Date: 2021-04-06 22:39:30
Message-ID: YGzjIsnkONQO7vqz@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Tue, Apr 06, 2021 at 01:02:58PM -0700, Peter Geoghegan wrote:
> On Tue, Apr 6, 2021 at 10:32 AM Fujii Masao <fujii(at)postgresql(dot)org> wrote:
> > postgres_fdw: Allow partitions specified in LIMIT TO to be imported.
>
> I suspect (though have not verified) that this commit is the cause of
> various "recoveryCheck" failures on the buildfarm.

Not surprising. The first $node defined in 024_archive_recovery.pl is
used for base backups, and it lacks has_streaming, meaning that it has
no configuration to allow base backups via a SSPI authentication, as
set by set_replication_conf().
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-04-06 22:43:56 pgsql: Fix test added by commit 9de9294b0c.
Previous Message Tom Lane 2021-04-06 22:13:29 pgsql: Postpone some more stuff out of ExecInitModifyTable.