pgsql: Remove recently added PL/Perl encoding tests

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove recently added PL/Perl encoding tests
Date: 2012-07-17 18:07:28
Message-ID: E1SrCBE-0004ZU-Nx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove recently added PL/Perl encoding tests

These only pass cleanly on UTF8 and SQL_ASCII encodings, besides the
Japanese encoding in which they were originally written, which is clearly
not good enough. Since the functionality they test has not ever been
tested from PL/Perl, the best answer seems to be to remove the new tests
completely.

Per buildfarm results and ensuing discussion.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/82b7faa3b207193dc98d9dd5a5c8b64710ebc1a4

Modified Files
--------------
src/pl/plperl/expected/plperl_lc.out | 23 -----------------------
src/pl/plperl/expected/plperl_lc_1.out | 31 -------------------------------
src/pl/plperl/sql/plperl_lc.sql | 16 ----------------
3 files changed, 0 insertions(+), 70 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-07-17 18:52:51 pgsql: Show step titles in the pg_upgrade man page
Previous Message Tom Lane 2012-07-17 16:31:37 Re: pgsql: Introduce timeout handling framework