pgsql: Tweak new jsonb_plperl test cases to work with old Perl versions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tweak new jsonb_plperl test cases to work with old Perl versions
Date: 2018-05-01 03:58:54
Message-ID: E1fDMRK-0001pO-3e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak new jsonb_plperl test cases to work with old Perl versions.

The previous coding here didn't actually produce Inf or NaN double
values in Perl versions 5.8.x. Adopt a suggestion from stackoverflow.

Discussion: https://postgr.es/m/28585.1525131438@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/827eb4393c8a06de0c8673888a5734170e218a1d

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-05-01 11:49:42 pgsql: doc: Update limitations of partitions
Previous Message Tom Lane 2018-05-01 00:09:37 pgsql: Does it help to wait before reattaching?