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

From Michael Meskes
Subject pgsql: Include isinf.o in libecpg if isinf() is not available on the sy
Date
Msg-id E1Tfufh-0000tf-M6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Include isinf.o in libecpg if isinf() is not available on the system.

Patch done by Jiang Guiqing <jianggq@cn.fujitsu.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(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Include isinf.o in libecpg if isinf() is not available on the sy
Next
From: Bruce Momjian
Date:
Subject: pgsql: Fix Makefile breakage caused by a committed merge conflict.