pgsql: Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
Date
Msg-id E1pWFea-000nZj-2q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/696fa4749b98035f6d8967df77332496bdf970ac

Modified Files
--------------
src/tools/msvc/vcregress.pl | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Dean Rasheed
Date:
Subject: pgsql: Doc: Miscellaneous doc updates for MERGE.
Next
From: Tom Lane
Date:
Subject: pgsql: Silence more compiler warnings introduced by d87d548cd0.