Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18f2f8b

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 beenmasking 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 parentee7e8f3 commit18f2f8b

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)

[8]ページ先頭

©2009-2025 Movatter.jp