Re: postgres_fdw binary protocol support

2022-11-24 Thread Ilya Gladyshev
> 22 нояб. 2022 г., в 17:10, Ashutosh Bapat > написал(а): > > Hi Illya, > > On Mon, Nov 21, 2022 at 8:50 PM Ilya Gladyshev > wrote: >> >> Hi everyone, >> >> I have made a patch that introduces support for libpq binary protocol >> in postgres_fdw. The idea is simple, when a user knows

Re: postgres_fdw binary protocol support

2022-11-23 Thread Greg Stark
On Tue, 22 Nov 2022 at 08:17, Ashutosh Bapat wrote: > > AFAIU, binary compatibility of two postgresql servers depends upon the > binary compatibility of the platforms on which they run. No, libpq binary mode is not architecture-specific. I think you're thinking of on-disk binary compatibility.

Re: postgres_fdw binary protocol support

2022-11-22 Thread Ashutosh Bapat
Hi Illya, On Mon, Nov 21, 2022 at 8:50 PM Ilya Gladyshev wrote: > > Hi everyone, > > I have made a patch that introduces support for libpq binary protocol > in postgres_fdw. The idea is simple, when a user knows that the foreign > server is binary compatible with the local and his workload could

postgres_fdw binary protocol support

2022-11-21 Thread Ilya Gladyshev
Hi everyone, I have made a patch that introduces support for libpq binary protocol in postgres_fdw. The idea is simple, when a user knows that the foreign server is binary compatible with the local and his workload could somehow benefit from using binary protocol, it can be switched on for a