pgsql: Remove plperl isnan hack

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove plperl isnan hack
Date: 2018-04-30 18:35:41
Message-ID: E1fDDeH-0007UM-Hq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove plperl isnan hack

The code previously undefined isnan because of a compiler warning on
MinGW. Since we now need to use isnan, we can't do that anymore.

We might need a different solution if the compiler warning is too
annoying.

Branch
------
master

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

Modified Files
--------------
src/pl/plperl/plperl.h | 7 -------
1 file changed, 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-04-30 18:36:45 Re: pgsql: Prevent infinity and NaN in jsonb/plperl transform
Previous Message Peter Eisentraut 2018-04-30 18:19:19 pgsql: Remove "Generating" output from catalog scripts