Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 18f2f8b

Browse files
committed
Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
It's been this way for a very long time, but it appears to have been masking an issue that only manifests with different settings. Therefore, run the tests in the installation's default encoding/locale. Backpatch to all live branches.
1 parent ee7e8f3 commit 18f2f8b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ sub installcheck_internal
164164
"--dlpath=.",
165165
"--bindir=../../../$Config/psql",
166166
"--schedule=${schedule}_schedule",
167-
"--max-concurrent-tests=20",
168-
"--encoding=SQL_ASCII",
169-
"--no-locale");
167+
"--max-concurrent-tests=20");
170168
push(@args, $maxconn) if $maxconn;
171169
push(@args, @EXTRA_REGRESS_OPTS);
172170
system(@args);

0 commit comments

Comments
 (0)