[COMMITTERS] pgsql: Fix ICU collation use on Windows - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Fix ICU collation use on Windows
Date
Msg-id E1dLrx0-0002t9-Dt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix ICU collation use on Windows

Windows uses a separate code path for libc locales.  The code previously
ended up there also if an ICU collation should be used, leading to a
crash.

Reported-by: Ashutosh Sharma <ashu.coek88@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/41839b7abc85f21dd7ce76ab9cd1d7533c53cf9c

Modified Files
--------------
src/backend/utils/adt/varlena.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Add section about logical replication restrictions
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Use RangeVarGetRelidExtended() in AlterSequence()