pgsql: Add a note to PG_TRY's documentation about volatile safety.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Add a note to PG_TRY's documentation about volatile safety.
Дата
Msg-id E1YFqfL-0001Xj-Nb@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add a note to PG_TRY's documentation about volatile safety.

We had better memorialize what the actual requirements are for this.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4b2a254793be50e31d43d4bfd813da8d141494b8

Modified Files
--------------
src/include/utils/elog.h |    7 +++++++
1 file changed, 7 insertions(+)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix volatile-safety issue in dblink's materializeQueryResult().
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix NUMERIC field access macros to treat NaNs consistently.