Re: Patch: make behavior of all versions of the "isinf" function be similar - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Patch: make behavior of all versions of the "isinf" function be similar
Date
Msg-id CAB7nPqR832FNtnFMVFy+4Ray7EJaUxWmEnO88c2Wr3=fHiH_Wg@mail.gmail.com
Whole thread Raw
In response to Re: Patch: make behavior of all versions of the "isinf" function be similar  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Patch: make behavior of all versions of the "isinf" function be similar
List pgsql-hackers
On Mon, Feb 1, 2016 at 2:38 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Actually, is there actually a reason to keep this file in the code
> tree? Are there platforms that do not have isinf()? Even for Windows
> environments using MSVC < 1800 this is emulated using _fpclass.

Looking at what is in the buildfarm, I noticed that isinf is provided
everywhere. Attached is a patch. Thoughts?
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Patch: make behavior of all versions of the "isinf" function be similar
Next
From: Michael Paquier
Date:
Subject: Re: Several problems in tab-completions for SET/RESET