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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Don't force SQL_ASCII/no-locale for installcheck in vcregress.pl
Date: 2023-02-26 11:57:20
Message-ID: E1pWFea-000nZi-2O@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/18f2f8b8b02cdedf89a943498262cf23a3eb7f61

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-02-26 19:05:10 pgsql: Silence more compiler warnings introduced by d87d548cd0.
Previous Message Dean Rasheed 2023-02-26 09:07:46 pgsql: Doc: Miscellaneous doc updates for MERGE.