]> 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:09 +0000 (06:52 -0500)
commit11290c89bbe52283186b3bd38f06ae677d99ca9f
tree7e3e02d5a13f54be6809232492922e02e87f2963
parent904b171a465583b35ba199d38868e9e49fcb8ef4
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