From: Peter Eisentraut Date: Mon, 9 Jan 2006 10:05:31 +0000 (+0000) Subject: Change allow_system_table_mods to PGC_POSTMASTER, restoring previous X-Git-Tag: REL8_2_BETA1~1619 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=894829a32ce25fb1a23e665fafb310c8c65d5db6;p=postgresql Change allow_system_table_mods to PGC_POSTMASTER, restoring previous behavior. --- diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c index b466e135b6..e16bbd057b 100644 --- a/src/backend/utils/misc/guc.c +++ b/src/backend/utils/misc/guc.c @@ -10,7 +10,7 @@ * Written by Peter Eisentraut . * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.308 2006/01/08 21:24:36 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.309 2006/01/09 10:05:31 petere Exp $ * *-------------------------------------------------------------------- */ @@ -983,7 +983,7 @@ static struct config_bool ConfigureNamesBool[] = }, { - {"allow_system_table_mods", PGC_BACKEND, DEVELOPER_OPTIONS, + {"allow_system_table_mods", PGC_POSTMASTER, DEVELOPER_OPTIONS, gettext_noop("Allows modifications of the structure of system tables."), NULL, GUC_NOT_IN_SAMPLE