Re: [PATCH] Patch to fix libecpg.so for isinf missing

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Jiang Guiqing <jianggq(at)cn(dot)fujitsu(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Patch to fix libecpg.so for isinf missing
Date: 2012-12-04 17:31:28
Message-ID: 20121204173128.GA14799@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

Attachment Content-Type Size
merge.diff text/x-diff 1.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2012-12-04 17:32:26 Re: Minor optimizations in lazy_scan_heap
Previous Message Claudio Freire 2012-12-04 17:25:56 Re: Slow query: bitmap scan troubles