]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
authorAndrew Dunstan <andrew@dunslane.net>
Sun, 26 Feb 2023 11:48:41 +0000 (06:48 -0500)
committerAndrew Dunstan <andrew@dunslane.net>
Sun, 26 Feb 2023 11:52:23 +0000 (06:52 -0500)
commit696fa4749b98035f6d8967df77332496bdf970ac
treec3383cebc87735c9aac897ede1aa772654bcc64b
parenta6864751cd11ae99c16da48d603fafa55ce8e57e
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.
src/tools/msvc/vcregress.pl