pgsql: Include isinf.o in libecpg if isinf() is not available on the sy

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Include isinf.o in libecpg if isinf() is not available on the sy
Date: 2012-12-04 15:44:33
Message-ID: E1Tfufh-0000tf-M6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Include isinf.o in libecpg if isinf() is not available on the system.

Patch done by Jiang Guiqing <jianggq(at)cn(dot)fujitsu(dot)com>.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f928ffd65e1f48f6d5022e0cda701abd1abd9b0e

Modified Files
--------------
src/interfaces/ecpg/ecpglib/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-12-04 17:30:17 pgsql: Fix Makefile breakage caused by a committed merge conflict.
Previous Message Heikki Linnakangas 2012-12-04 15:30:35 pgsql: Downgrade a status message from LOG to DEBUG2.