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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Update "pg_regress --no-locale" for Darwin and Windows.
Дата
Msg-id E1YC0Pk-00049v-Cu@gemulon.postgresql.org
обсуждение исходный текст
Список 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/28df6a0df0a78360629163c3df5b073ea6deeca6

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix use-of-already-freed-memory problem in EvalPlanQual processi
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Update "pg_regress --no-locale" for Darwin and Windows.