pgsql: Add forgotten PL/Perl regression test files - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Add forgotten PL/Perl regression test files
Date
Msg-id E1SohNa-0003CE-1t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Add forgotten PL/Perl regression test files

Due to a git hook blowing up in my face telling me I could not commit
Peter Eisentraut's patch on his name, I had to "git reset" to fix the
previous commit ... and then forgot that I needed to "git add" these
files :-(

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/892a8d05440deaf0f73b91a98f35d32b9415d497

Modified Files
--------------
src/pl/plperl/expected/plperl_lc.out   |   33 +++++++++++++++++++++++++
src/pl/plperl/expected/plperl_lc_1.out |   41 ++++++++++++++++++++++++++++++++
src/pl/plperl/sql/plperl_lc.sql        |   24 ++++++++++++++++++
3 files changed, 98 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ASCII case in pg_wchar2mule_with_len.
Next
From: Tom Lane
Date:
Subject: pgsql: Back-patch addition of pg_wchar-to-multibyte conversion function