Re: Patch: make behavior of all versions of the "isinf" function be similar

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Vitaly Burovoy <vitaly(dot)burovoy(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Patch: make behavior of all versions of the "isinf" function be similar
Date: 2016-02-01 05:55:17
Message-ID: CAB7nPqR832FNtnFMVFy+4Ray7EJaUxWmEnO88c2Wr3=fHiH_Wg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Feb 1, 2016 at 2:38 PM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)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 Content-Type Size
port-isinf-remove.patch text/x-diff 6.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2016-02-01 06:14:44 Re: Several problems in tab-completions for SET/RESET
Previous Message Michael Paquier 2016-02-01 05:38:19 Re: Patch: make behavior of all versions of the "isinf" function be similar