pgsql: Don't run regression tests in SQL_ASCII encoding by default

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Don't run regression tests in SQL_ASCII encoding by default
Дата
Msg-id E1PdHgZ-0001V5-R2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Don't run regression tests in SQL_ASCII encoding by default

Instead, run them in the encoding that the locale selects, which is
more representative of real use.

Also document how locale and encoding for regression test runs can be
selected.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=35eb0958be476d58dcc8ba462d57384e74a62d88

Modified Files
--------------
doc/src/sgml/regress.sgml    |   42 ++++++++++++++++++++++++++++++++++++++++++
src/test/regress/GNUmakefile |    5 +----
2 files changed, 43 insertions(+), 4 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Apply libpq documentation patches submitted by Leslie S Satenste
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Workaround for recursive make breakage