Re: gcc 4.6 and hot standby

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: gcc 4.6 and hot standby
Дата
Msg-id 2180.1307559909@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: gcc 4.6 and hot standby  (Alex Hunsaker <badalex@gmail.com>)
Список pgsql-hackers
Alex Hunsaker <badalex@gmail.com> writes:
> So I tracked it down to "-fgcse", that is CFLAGS="-O2 -fno-gcse"
> ./configure works. I then took a few guesses and compiled all of
> postgres with -O2, then manually recompiled xlog.c with -f-no-gcse.
> that combination seems to work.

Huh, interesting.  So the bug must be lurking somewhere around the logic
that deals with failedSources: somehow we're getting to the
ShutdownWalRcv call in XLogPageRead.
        regards, tom lane


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

Предыдущее
От: Alex Hunsaker
Дата:
Сообщение: Re: gcc 4.6 and hot standby
Следующее
От: Tom Lane
Дата:
Сообщение: Re: contrib/citext versus collations