Re: [PATCH] Patch to fix libecpg.so for isinf missing - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCH] Patch to fix libecpg.so for isinf missing
Date
Msg-id 20121204173128.GA14799@momjian.us
Whole thread Raw
In response to Re: [PATCH] Patch to fix libecpg.so for isinf missing  (Michael Meskes <meskes@postgresql.org>)
Responses Re: [PATCH] Patch to fix libecpg.so for isinf missing  (Michael Meskes <meskes@postgresql.org>)
List pgsql-hackers
On Tue, Dec  4, 2012 at 04:45:16PM +0100, Michael Meskes wrote:
> On Mon, Dec 03, 2012 at 01:12:48PM +0800, Jiang Guiqing wrote:
> > isinf() is not build to libecpg.so if build and install postgresql
> > by source on solaris9.
> > (isinf() is not contained within solaris9 system.)
> > ...
> > I modify src/interfaces/ecpg/ecpglib/Makefile to resolve this problem.
> > The diff file refer to the attachment "ecpglib-Makefile.patch".
>
> Thanks for finding and fixing the problem, patch committed to HEAD and all 9.* branches.

I have applied the attached patch to 9.0 to fix a merge conflict.  I
patterned it after the commits you did to the other branches.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

Attachment

pgsql-hackers by date:

Previous
From: Pavan Deolasee
Date:
Subject: Re: PageIsAllVisible()'s trustworthiness in Hot Standby
Next
From: Robert Haas
Date:
Subject: Re: Minor optimizations in lazy_scan_heap