pgsql: Avoid direct use of INFINITY.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Avoid direct use of INFINITY.
Date: 2015-05-16 02:15:04
Message-ID: E1YtRd2-0005pr-Si@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Avoid direct use of INFINITY.

It's not very portable. Per buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/12cc299c65ba6124c7d459f2605404ad43909db3

Modified Files
--------------
src/backend/lib/bipartite_match.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2015-05-16 04:10:14 pgsql: pg_upgrade: only allow template0 to be non-connectable
Previous Message Simon Riggs 2015-05-16 01:56:34 Re: pgsql: contrib/tsm_system_time