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

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Don't run regression tests in SQL_ASCII encoding by default
Date: 2011-01-13 07:33:31
Message-ID: E1PdHgZ-0001V5-R2@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-01-13 16:31:00 pgsql: Fix the logic in libpqrcv_receive() to determine if there's any
Previous Message Bruce Momjian 2011-01-13 01:50:25 pgsql: Apply libpq documentation patches submitted by Leslie S Satenste