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

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Fujii Masao <fujii(at)postgresql(dot)org>
Cc: 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 20:02:58
Message-ID: CAH2-Wzn6cgXe-d10XKWyRU+2m0p8Ha5LKu6=eAUOX9=wAJmzAw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Thanks
--
Peter Geoghegan

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2021-04-06 21:51:54 pgsql: Fix compiler warning for MSVC in libpq_pipeline.c
Previous Message Tom Lane 2021-04-06 19:57:42 pgsql: Postpone some stuff out of ExecInitModifyTable.