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

2021-04-06 Thread Michael Paquier
On Tue, Apr 06, 2021 at 01:02:58PM -0700, Peter Geoghegan wrote: > On Tue, Apr 6, 2021 at 10:32 AM Fujii Masao 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" failur

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

2021-04-06 Thread Peter Geoghegan
On Tue, Apr 6, 2021 at 10:32 AM Fujii Masao 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

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

2021-04-06 Thread Fujii Masao
postgres_fdw: Allow partitions specified in LIMIT TO to be imported. Commit f49bcd4ef3 disallowed postgres_fdw to import table partitions. Because all data can be accessed through the partitioned table which is the root of the partitioning hierarchy, importing only partitioned table should allow a