pgsql: Volatile-ize all five places where we expect a PG_TRY block to

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Volatile-ize all five places where we expect a PG_TRY block to
Дата
Msg-id 20100218235027.305BE7541C5@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Volatile-ize all five places where we expect a PG_TRY block to restore
old memory context in plpython.  Before only one of them was marked
volatile, but per report from Zdenek Kotala, some compilers do the
wrong thing here.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
    pgsql/src/pl/plpython:
        plpython.c (r1.90.2.5 -> r1.90.2.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/pl/plpython/plpython.c?r1=1.90.2.5&r2=1.90.2.6)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Volatile-ize all five places where we expect a PG_TRY block to
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Volatile-ize all five places where we expect a PG_TRY block to