From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Fix hstore_plperl regression tests on some platforms |
Date: | 2015-04-26 20:14:23 |
Message-ID: | E1YmSwZ-0007Mq-S3@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Noah Misch | 2015-04-26 21:21:54 | pgsql: Build libecpg with -DFRONTEND in all supported versions. |
Previous Message | Andres Freund | 2015-04-26 17:08:13 | pgsql: Also correct therefor to therefore. |