pgsql: Suppress some "variable might be clobbered by longjmp" warnings.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Suppress some "variable might be clobbered by longjmp" warnings.
Дата
Msg-id E1PwPzV-00079A-Lw@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Suppress some "variable might be clobbered by longjmp" warnings.
Список pgsql-committers
Suppress some "variable might be clobbered by longjmp" warnings.

Seen with an older gcc version.  I'm not sure these represent any real
risk factor, but still a bit scary.  Anyway we have lots of other
volatile-marked variables in this code, so a couple more won't hurt.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4172bd88300524efd1728c247fbc1eff3c1ca6ed

Modified Files
--------------
src/pl/plperl/Util.xs      |   37 +++++++++++++++++++------------------
src/pl/plpython/plpython.c |    6 +++---
2 files changed, 22 insertions(+), 21 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix a couple more missing "static" markers.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Tighten pg_upgrade check for pre-8.4 toast table name matching.