pgsql: Add note about how to make the SRF detoasted arguments live accr

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add note about how to make the SRF detoasted arguments live accr
Date: 2015-02-26 06:48:42
Message-ID: E1YQsFW-0001T1-O3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add note about how to make the SRF detoasted arguments live accross calls.

Andrew Gierth and Ali Akbar

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a7920b872fff36668a2d33157609024b851b5c2e

Modified Files
--------------
doc/src/sgml/xfunc.sgml | 14 ++++++++++++++
1 file changed, 14 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-02-26 13:06:44 pgsql: Reconsider when to wait for WAL flushes/syncrep during commit.
Previous Message Noah Misch 2015-02-26 04:56:24 pgsql: Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variabl