Re: Segmentation Fault during database restoration

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Segmentation Fault during database restoration
Дата
Msg-id 5291.1253157052@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Segmentation Fault during database restoration  (Craig Ringer <craig@postnewspapers.com.au>)
Ответы Re: Segmentation Fault during database restoration  (Sulman Sarwar <sulmansarwar@gmail.com>)
Список pgsql-general
Craig Ringer <craig@postnewspapers.com.au> writes:
> I ask in particular because there have been big problems caused by
> building PostgreSQL as a universal binary. It seems to be important to
> configure it and build it only for the architecture you're actually
> using. That probably goes for ia32 vs x86_64 as well as ppc32/ppc64 .

Well, it's possible to do it but it's not easy --- you need to deal
with the fact that the configure-generated headers should be different
for the different arches.  There were some discussions in -hackers
last year about how to do it.

The reported location of the error is not code that I would expect to be
subject to architectural issues, though, so I suspect this isn't
immediately relevant.

            regards, tom lane

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Segmentation Fault during database restoration
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: wrong error from ./configure in pgsql 8.3.8 for libxml