pgsql: Update "pg_regress --no-locale" for Darwin and Windows.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update "pg_regress --no-locale" for Darwin and Windows.
Date: 2015-01-16 06:29:48
Message-ID: E1YC0Pk-0004A3-Da@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update "pg_regress --no-locale" for Darwin and Windows.

Commit 894459e59ffa5c7fee297b246c17e1f72564db1d revealed this option to
be broken for NLS builds on Darwin, but "make -C contrib/unaccent check"
and the buildfarm client rely on it. Fix that configuration by
redefining the option to imply LANG=C on Darwin. In passing, use LANG=C
instead of LANG=en on Windows; since only postmaster startup uses that
value, testers are unlikely to notice the change. Back-patch to 9.0,
like the predecessor commit.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5596432ec02259d5a37c2ad7df93ee6958b2d5d8

Modified Files
--------------
src/test/regress/pg_regress.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-01-16 11:28:59 pgsql: Another attempt at fixing Windows Norwegian locale.
Previous Message Tom Lane 2015-01-15 23:53:18 pgsql: Fix use-of-already-freed-memory problem in EvalPlanQual processi