pgsql: Refix the unaccent regression test on MSVC properly

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Refix the unaccent regression test on MSVC properly
Date: 2011-04-19 19:58:34
Message-ID: E1QCH4E-00021c-AR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-04-19 20:00:33 Re: [COMMITTERS] pgsql: Rename pg_regress option --multibyte to --encoding
Previous Message Peter Eisentraut 2011-04-19 19:02:35 pgsql: Treat config.pl as optional in vcregress.pl