pgsql: More portability fixing for bipartite_match.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More portability fixing for bipartite_match.c.
Date: 2015-05-16 15:35:46
Message-ID: E1Yte7u-0003tK-5I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

More portability fixing for bipartite_match.c.

<float.h> is required for isinf() on some platforms. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/26058bf0dc5fca0a5107b2ee136a81a86cf36049

Modified Files
--------------
src/backend/lib/bipartite_match.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-16 17:28:37 pgsql: Fix docs typo
Previous Message Michael Paquier 2015-05-16 05:13:31 Re: pgsql: Add pg_audit, an auditing extension