guc.c.check_function_bodies-desc-fix.patch

text/x-patch

Filename: guc.c.check_function_bodies-desc-fix.patch
Type: text/x-patch
Part: 0
Message: Re: check_function_bodies: At least the description seems wrong, since we have prodedures

Patch

Format: unified
File+
src/backend/utils/misc/guc.c 1 1
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index ca378bd6af..d0a51b507d 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -1759,7 +1759,7 @@ static struct config_bool ConfigureNamesBool[] =
 	},
 	{
 		{"check_function_bodies", PGC_USERSET, CLIENT_CONN_STATEMENT,
-			gettext_noop("Check function bodies during CREATE FUNCTION."),
+			gettext_noop("Check routine bodies during CREATE FUNCTION and CREATE PROCEDURE."),
 			NULL
 		},
 		&check_function_bodies,