pgsql: Refix the unaccent regression test on MSVC properly - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Refix the unaccent regression test on MSVC properly
Date
Msg-id E1QCH4E-00021c-AR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Refix the unaccent regression test on MSVC properly

... for some value of "properly".  Instead of overriding REGRESS_OPTS,
set the variables ENCODING and NO_LOCALE, which is more expressive and
allows overriding by the user.  Fix vcregress.pl to handle that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/385942f46ce526000d231c51c76360a807c2f809

Modified Files
--------------
contrib/unaccent/Makefile   |    5 +++--
src/tools/msvc/vcregress.pl |    8 ++++++++
2 files changed, 11 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Treat config.pl as optional in vcregress.pl
Next
From: Tom Lane
Date:
Subject: pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p