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(-)