pgsql: Fix hstore_plperl regression tests on some platforms - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix hstore_plperl regression tests on some platforms
Date
Msg-id E1YmSwZ-0007Mq-S3@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix hstore_plperl regression tests on some platforms

On some platforms, plperl and plperlu cannot be loaded at the same
time.  So split the test into two separate test files.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f95425478aea3797f841e253cc9b216c50560c68

Modified Files
--------------
contrib/hstore_plperl/Makefile                    |    3 +-
contrib/hstore_plperl/expected/hstore_plperl.out  |  179 +-------------------
contrib/hstore_plperl/expected/hstore_plperlu.out |  180 +++++++++++++++++++++
contrib/hstore_plperl/sql/hstore_plperl.sql       |  109 +------------
contrib/hstore_plperl/sql/hstore_plperlu.sql      |  121 ++++++++++++++
5 files changed, 311 insertions(+), 281 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Also correct therefor to therefore.
Next
From: Noah Misch
Date:
Subject: pgsql: Build libecpg with -DFRONTEND in all supported versions.