pgsql: Fix ICU collation use on Windows

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix ICU collation use on Windows
Date: 2017-06-16 14:10:14
Message-ID: E1dLrx0-0002t9-Dt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)coek88(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-16 16:15:20 pgsql: Use RangeVarGetRelidExtended() in AlterSequence()
Previous Message Peter Eisentraut 2017-06-16 14:03:01 pgsql: doc: Add section about logical replication restrictions