| От | Tom Lane |
|---|---|
| Тема | Re: Compiler warning with 'fast' variable |
| Дата | |
| Msg-id | 24566.1239145773@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: Compiler warning with 'fast' variable (Bruce Momjian <bruce@momjian.us>) |
| Ответы |
Re: Compiler warning with 'fast' variable
|
| Список | pgsql-hackers |
Bruce Momjian <bruce@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.
regards, tom lane
В списке pgsql-hackers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера