]> 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:55:42 +0000 (06:55 -0500)
commitab5b76c07a0e920f106228a5e54043cb5cd298b7
treecb61ef0cbc3885ec7cc2c86841d640ed1b3582c7
parent1e199c25994791842fe2f80c0809c2e69a3a7d2e
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