Skip to content

Commit 894829a

Browse files
committed
Change allow_system_table_mods to PGC_POSTMASTER, restoring previous
behavior.
1 parent 6c8d838 commit 894829a

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* Written by Peter Eisentraut <peter_e@gmx.net>.
1111
*
1212
* IDENTIFICATION
13-
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.308 2006/01/08 21:24:36 tgl Exp $
13+
* $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.309 2006/01/09 10:05:31 petere Exp $
1414
*
1515
*--------------------------------------------------------------------
1616
*/
@@ -983,7 +983,7 @@ static struct config_bool ConfigureNamesBool[] =
983983
},
984984

985985
{
986-
{"allow_system_table_mods", PGC_BACKEND, DEVELOPER_OPTIONS,
986+
{"allow_system_table_mods", PGC_POSTMASTER, DEVELOPER_OPTIONS,
987987
gettext_noop("Allows modifications of the structure of system tables."),
988988
NULL,
989989
GUC_NOT_IN_SAMPLE

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy