Обсуждение: pgsql: Fix pg_get_functiondef() to print a function's LEAKPROOF propert

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/27bae8d964f7eeb61e7e6e57586e7cb9b571b94c

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