pgsql: Doc: update documentation of check_function_bodies. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: update documentation of check_function_bodies.
Date
Msg-id E1lVG9y-0002FT-OH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: update documentation of check_function_bodies.

Adjust docs and description string to note that check_function_bodies
applies to procedures too.  (In hindsight it should have been named
check_routine_bodies, but it seems too late for that now.)

Daniel Westermann

Discussion: https://postgr.es/m/GV0P278MB04834A9EB9A74B036DC7CE49D2739@GV0P278MB0483.CHEP278.PROD.OUTLOOK.COM

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07b76833b15163c6574ea2c12d05d9a0800665e2

Modified Files
--------------
doc/src/sgml/config.sgml     | 12 +++++++-----
src/backend/utils/misc/guc.c |  2 +-
2 files changed, 8 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Improve slightly misleading comments in nodeFuncs.c
Next
From: Tom Lane
Date:
Subject: pgsql: Fix failure of xlogprefetch.h to include all prerequisite header