pgsql: Add a note to PG_TRY's documentation about volatile safety. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add a note to PG_TRY's documentation about volatile safety.
Date
Msg-id E1YFqfL-0001Xj-Nb@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix volatile-safety issue in dblink's materializeQueryResult().
Next
From: Tom Lane
Date:
Subject: pgsql: Fix NUMERIC field access macros to treat NaNs consistently.