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

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [PATCH] Patch to fix libecpg.so for isinf missing
Дата
Msg-id 20121204173128.GA14799@momjian.us
обсуждение исходный текст
Ответ на Re: [PATCH] Patch to fix libecpg.so for isinf missing  (Michael Meskes <meskes@postgresql.org>)
Ответы Re: [PATCH] Patch to fix libecpg.so for isinf missing
Список 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. +

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavan Deolasee
Дата:
Сообщение: Re: PageIsAllVisible()'s trustworthiness in Hot Standby
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Minor optimizations in lazy_scan_heap