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/[email protected] 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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
