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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a note to PG_TRY's documentation about volatile safety.
Date: 2015-01-26 20:53:47
Message-ID: E1YFqfL-0001Xj-Nb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-01-27 17:07:02 pgsql: Fix NUMERIC field access macros to treat NaNs consistently.
Previous Message Tom Lane 2015-01-26 20:17:57 pgsql: Fix volatile-safety issue in dblink's materializeQueryResult().