pgsql: Refix the unaccent regression test on MSVC properly

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Refix the unaccent regression test on MSVC properly
Дата
Msg-id E1QCH4E-00021c-AR@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Treat config.pl as optional in vcregress.pl
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Revert "Prevent incorrect updates of pg_index while reindexing p