It looks like the multibyte regress tests only work if both

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 26db818710f3e62234cfee0324046a33bc101392
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-04-25T23:30:31Z
Releases: 7.1.1
It looks like the multibyte regress tests only work if both
the database encoding and the client encoding match the encoding expected
by the test.  So, force both of them to be set from the MULTIBYTE
environment var.  This allows regress tests to be run successfully in
multibyte environments other than the compiled-in default.

Files

PathChange+/−
src/test/regress/regress.sh modified +11 −9