]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix pg_get_functiondef() to print a function's LEAKPROOF property.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 May 2015 15:24:37 +0000 (11:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 28 May 2015 15:24:37 +0000 (11:24 -0400)
commit27bae8d964f7eeb61e7e6e57586e7cb9b571b94c
treea0c98a8ad8b3bbcb675d4464cc89ed023f22a93d
parent5c8e43a492c9885ea5d541b8d0d391a871ad8427
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.
src/backend/commands/functioncmds.c
src/backend/utils/adt/ruleutils.c