Thread: pgsql: Fix hstore_plperl regression tests on some platforms

pgsql: Fix hstore_plperl regression tests on some platforms

From
Peter Eisentraut
Date:
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(-)