Re: [HACKERS] Re: [GENERAL] Version 7.0 beta problem

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Re: [GENERAL] Version 7.0 beta problem
Дата
Msg-id 19107.952412121@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [GENERAL] Version 7.0 beta problem  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Mark Jewiss writes:
>> mainloop.c:43: warning: variable `successResult' might be clobbered by `longjmp' or `vfork'

> I thought I had shut up those warnings by making the variables in question
> volatile. There's no need to worry about them since they're re-initialized
> right after the longjmp, but does anyone know how to shut up the compiler?

That *should* shut up these warnings.  Maybe Mark is trying a slightly
back-dated beta version?  I know you didn't have the "volatile"s in
there a few days ago.
        regards, tom lane


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

Предыдущее
От: yutaka tanida
Дата:
Сообщение: Re: [HACKERS] xlog.c.patch for cygwin port.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BIT/BIT VARYING names (was Re: [HACKERS] Beta for 4:30AST)