pgsql: Remove less-portable-than-believed test case.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove less-portable-than-believed test case.
Date: 2018-04-04 15:51:43
Message-ID: E1f3khL-0004KX-H6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove less-portable-than-believed test case.

In commit 331b2369c I added a test to see what jsonb_plperl would do
with a qr{} result. Turns out the answer is Perl version dependent.
That fact doesn't bother me particularly, but coping with multiple
result possibilities is way more work than this test seems worth.
So remove it again.

Discussion: https://postgr.es/m/E1f3MMJ-0006bf-B0@gemulon.postgresql.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/eac93e20afe434a79e81558c17a7a1408cf9d74a

Modified Files
--------------
contrib/jsonb_plperl/expected/jsonb_plperl.out | 13 +------------
contrib/jsonb_plperl/expected/jsonb_plperlu.out | 13 +------------
contrib/jsonb_plperl/sql/jsonb_plperl.sql | 12 ------------
contrib/jsonb_plperl/sql/jsonb_plperlu.sql | 12 ------------
4 files changed, 2 insertions(+), 48 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2018-04-04 16:29:53 pgsql: Skip full index scan during cleanup of B-tree indexes when possi
Previous Message Tom Lane 2018-04-04 15:45:36 Re: pgsql: Transforms for jsonb to PL/Perl