pgsql: Fix pg_get_functiondef() to print a function's LEAKPROOF propert

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_get_functiondef() to print a function's LEAKPROOF propert
Date: 2015-05-28 15:24:49
Message-ID: E1Yxzft-0003XH-PH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_get_functiondef() to print a function's LEAKPROOF property.

Seems to have been an oversight in the original leakproofness patch.
Per report and patch from Jeevan Chalke.

In passing, prettify some awkward leakproof-related code in AlterFunction.

Branch
------
REL9_2_STABLE

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

Modified Files
--------------
src/backend/commands/functioncmds.c | 4 ++--
src/backend/utils/adt/ruleutils.c | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-05-28 16:17:28 pgsql: Fix assorted inconsistencies in our calls of readlink().
Previous Message Stephen Frost 2015-05-28 12:03:11 Re: [COMMITTERS] pgsql: Add pg_audit, an auditing extension