Tom Lane wrote: > Bruce Momjian <br...@momjian.us> writes: > > Tom Lane wrote: > >> We could stick a volatile on it but I'd like to find out why this > >> particular variable seems to need that. > > > You ready for this; changing 'bool' to 'int' supressed the warning: > > int fast = PG_GETARG_BOOL(1); > > Well, that's a compiler bug :-(. Probably platform-specific, too, > which is why I don't see it on HPPA. > > I think that the above variant is the least ugly of the alternatives > you show as working, and definitely less ugly than plastering volatile > on it.
Well, let's leave it alone and see if anyone else find it; I can mask it on my end. -- Bruce Momjian <br...@momjian.us> http://momjian.us EnterpriseDB http://enterprisedb.com + If your life is a hard drive, Christ can be your backup. + -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers