Re: postgres_fdw: using TABLESAMPLE to collect remote sample - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: postgres_fdw: using TABLESAMPLE to collect remote sample
Date
Msg-id ac2fb459-3def-6a7c-afce-46ebe5f66575@oss.nttdata.com
Whole thread Raw
In response to Re: postgres_fdw: using TABLESAMPLE to collect remote sample  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Responses Re: postgres_fdw: using TABLESAMPLE to collect remote sample  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
List pgsql-hackers

On 2022/02/18 22:28, Tomas Vondra wrote:
> Hi,
> 
> here's a slightly updated version of the patch series.

Thanks for updating the patches!


> The 0001 part
> adds tracking of server_version_num, so that it's possible to enable
> other features depending on it.

Like configure_remote_session() does, can't we use PQserverVersion() instead of implementing new function
GetServerVersion()?

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION



pgsql-hackers by date:

Previous
From: "Euler Taveira"
Date:
Subject: Re: speed up a logical replica setup
Next
From: Michael Paquier
Date:
Subject: Re: Trap errors from streaming child in pg_basebackup to exit early