Re: [HACKERS] Re: [GENERAL] Version 7.0 beta problem - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Re: [GENERAL] Version 7.0 beta problem
Date
Msg-id 19107.952412121@sss.pgh.pa.us
Whole thread Raw
In response to Re: [GENERAL] Version 7.0 beta problem  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: yutaka tanida
Date:
Subject: Re: [HACKERS] xlog.c.patch for cygwin port.
Next
From: Tom Lane
Date:
Subject: Re: BIT/BIT VARYING names (was Re: [HACKERS] Beta for 4:30AST)