Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor - Mailing list pgsql-committers

From Michael Paquier
Subject Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor
Date
Msg-id YGzjIsnkONQO7vqz@paquier.xyz
Whole thread Raw
In response to Re: pgsql: postgres_fdw: Allow partitions specified in LIMIT TO to be impor  (Peter Geoghegan <pg@bowt.ie>)
List 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@postgresql.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

Attachment

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Postpone some more stuff out of ExecInitModifyTable.
Next
From: Fujii Masao
Date:
Subject: pgsql: Fix test added by commit 9de9294b0c.