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

2012-12-04 Thread Michael Meskes
On Tue, Dec 04, 2012 at 12:31:28PM -0500, Bruce Momjian wrote: > 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. That is interesting. I fixed the same conflict and my git showed the commit, but apparently that upu

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

2012-12-04 Thread Bruce Momjian
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 mod

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

2012-12-04 Thread Michael Meskes
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

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

2012-12-02 Thread Jiang Guiqing
hi isinf() is not build to libecpg.so if build and install postgresql by source on solaris9. (isinf() is not contained within solaris9 system.) bash-2.05$ nm /usr/local/pgsql/lib/libecpg.so | grep isinf [215] | 0| 0|FUNC |GLOB |0|UNDEF |isinf It(isinf missing) will causes