Re: Does logical replication supports cross platform servers? - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Does logical replication supports cross platform servers?
Date
Msg-id c3ae3ffc-9032-5051-a55b-376f7bb3c0da@2ndQuadrant.com
Whole thread Raw
In response to Re: Does logical replication supports cross platform servers?  (Craig Ringer <craig@2ndquadrant.com>)
List pgsql-hackers

On 06/11/2018 11:28 PM, Craig Ringer wrote:
> On 12 June 2018 at 11:04, Haribabu Kommi <kommi.haribabu@gmail.com 
> <mailto:kommi.haribabu@gmail.com>> wrote:
>
>     Hi All,
>
>     I am not able to find any docs suggesting that PostgreSQL logical
>     replication supports
>     cross platform servers (windows --> Linux or vice-versa).
>
>
> It should. I don't think there's buildfarm coverage yet, though.
>
>



Designing something like that would be more than interesting. We'd need 
two or more co-operating animals, a concept that's currently quite 
foreign to the buildfarm. I'm not saying it can't be done, but it would 
be a substantial piece of work. Probably the place to start would be the 
save-bin feature discussed elsewhere for things like cross-version 
pg_dump/pg_restore checking. We already do that for cross-version 
pg_upgrade testing, so it would need to be generalized.

cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Geoff Winkless
Date:
Subject: late binding of shared libs for C functions
Next
From: Andrew Dunstan
Date:
Subject: Re: why partition pruning doesn't work?