Re: [COMMITTERS] pgsql: Make all command-line options of postmaster and postgres the

2006-01-05 Thread Tom Lane
+ { + {"allow_system_table_mods", PGC_BACKEND, DEVELOPER_OPTIONS, +gettext_noop("Allows modifications of the structure of system tables."), +NULL, +GUC_NOT_IN_SAMPLE + }, + &allowSystemTableMods, +

[COMMITTERS] pgsql: Make all command-line options of postmaster and postgres the

2006-01-05 Thread Peter Eisentraut
Log Message: --- Make all command-line options of postmaster and postgres the same. See http://archives.postgresql.org/pgsql-hackers/2006-01/msg00151.php for the complete plan. Modified Files: -- pgsql/doc/src/sgml: config.sgml (r1.41 -> r1.42) (http://dev