pgsql: Add a warning about possible strange behavior of volatile

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a warning about possible strange behavior of volatile
Date: 2009-06-10 19:21:37
Message-ID: 20090610192137.AF21B75331E@cvs.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a warning about possible strange behavior of volatile functions
in cursors. This has always been the case, but given the lack of user
complaints about it, I'm not going to bother back-patching this.

Modified Files:
--------------
pgsql/doc/src/sgml/ref:
declare.sgml (r1.46 -> r1.47)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/ref/declare.sgml?r1=1.46&r2=1.47)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-06-10 19:59:17 pgsql: Improve capitalization and punctuation in recently added GiST
Previous Message Peter Eisentraut 2009-06-10 19:00:37 pgsql: Improve capitalization and punctuation in recently added GiST