[COMMITTERS] pgsql: Fix the new SASLprep tests to work with non-UTF-8 locales. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject [COMMITTERS] pgsql: Fix the new SASLprep tests to work with non-UTF-8 locales.
Date
Msg-id E1cwng4-0002AM-5b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix the new SASLprep tests to work with non-UTF-8 locales.

Fix by forcing database encoding to UTF-8, regardless of the current
locale.

Pointed out by Tom Lane.

Discussion: https://www.postgresql.org/message-id/8934.1491614631@sss.pgh.pa.us

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9025af3ed039dd3bb9286b5af2fbdb29b9eb204e

Modified Files
--------------
src/test/authentication/t/002_saslprep.pl | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: doc: Add some markup
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Add newly-symlinked files to "make clean" target.