Re: Gcc 4.4 causes abort in plpython.

Поиск
Список
Период
Сортировка
От Kurt Roeckx
Тема Re: Gcc 4.4 causes abort in plpython.
Дата
Msg-id 20081229172634.GA26149@roeckx.be
обсуждение исходный текст
Ответ на Re: Gcc 4.4 causes abort in plpython.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Dec 29, 2008 at 11:19:56AM -0500, Tom Lane wrote:
> Kurt Roeckx <kurt@roeckx.be> writes:
> > On Mon, Dec 29, 2008 at 09:25:47AM -0300, Alvaro Herrera wrote:
> >> I think a simplistic solution is to declare the variable volatile.
> >> Would you test that and report back?
> 
> > Yes, making oldcontext volatile makes the test pass.
> 
> This is a gcc bug and you should report it.  Since the variable is
> not assigned within the try-block, volatile marking should not be
> necessary.

Reported as:
http://gcc.gnu.org/PR38660


kurt



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: incoherent view of serializable transactions
Следующее
От: "Jaime Casanova"
Дата:
Сообщение: Re: TODO items for window functions