Remove plperl isnan hack

Peter Eisentraut <peter_e@gmx.net>

Commit: b04ebca6cd845c0a51da71efa3e2c57d32e823cd
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2018-04-30T18:34:05Z
Releases: 11.0
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.

Files

PathChange+/−
src/pl/plperl/plperl.h modified +0 −7