Re: BUG #18975: PostgreSQL server doesn't process SQL request correctly over Windows replica of Linux server - Mailing list pgsql-bugs

From Laurenz Albe
Subject Re: BUG #18975: PostgreSQL server doesn't process SQL request correctly over Windows replica of Linux server
Date
Msg-id 635716bb4d5b878454815b82b6df1463126d3736.camel@cybertec.at
Whole thread Raw
In response to BUG #18975: PostgreSQL server doesn't process SQL request correctly over Windows replica of Linux server  (PG Bug reporting form <noreply@postgresql.org>)
List pgsql-bugs
On Tue, 2025-07-01 at 23:10 +0000, PG Bug reporting form wrote:
> PostgreSQL version: 17.5
> Operating system:   LInux / Wiondows
> Description:       
>
> We have next configuration -  master server on Linux Ubuntu and physical
> replica on Windows 10 machine. Some kind of simple SELECT SQL request
> returns none called on replica - and work correctly on server itself or
> Linux physical replica. If we inspect data in windows replica tables - we
> see, that all data needed presented.

That's very likely because the collations differ on both machines, so
the indexes on the standby are corrupted.  You cannot do streaming
replication between Windows and Linux.  Consider using logical replication.

This is unpleasant, but not a bug.

Yours,
Laurenz Albe



pgsql-bugs by date:

Previous
From: Fujii Masao
Date:
Subject: Re: BUG #16931: source code problem about commit_ts
Next
From: Tom Lane
Date:
Subject: Re: BUG #18974: Postgresql repeatable crash after pg_upgrade from 15 to 17.5 version in postgresql_fdw queries