pgsql: Don't run regression tests in SQL_ASCII encoding by default - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Don't run regression tests in SQL_ASCII encoding by default
Date
Msg-id E1PdHgZ-0001V5-R2@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Apply libpq documentation patches submitted by Leslie S Satenste
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Workaround for recursive make breakage