Re: BUG #18975: PostgreSQL server doesn't process SQL request correctly over Windows replica of Linux server

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: iqcook(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18975: PostgreSQL server doesn't process SQL request correctly over Windows replica of Linux server
Date: 2025-07-02 13:49:50
Message-ID: 635716bb4d5b878454815b82b6df1463126d3736.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2025-07-02 19:21:50 Re: BUG #18974: Postgresql repeatable crash after pg_upgrade from 15 to 17.5 version in postgresql_fdw queries
Previous Message Fujii Masao 2025-07-02 08:44:30 Re: BUG #16931: source code problem about commit_ts