Make all command-line options of postmaster and postgres the same. See
Peter Eisentraut <peter_e@gmx.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +92 −45 |
| doc/src/sgml/ref/postgres-ref.sgml | modified | +53 −206 |
| doc/src/sgml/ref/postmaster.sgml | modified | +138 −51 |
| src/backend/access/index/genam.c | modified | +2 −2 |
| src/backend/bootstrap/bootstrap.c | modified | +18 −16 |
| src/backend/commands/trigger.c | modified | +2 −2 |
| src/backend/optimizer/util/plancat.c | modified | +2 −2 |
| src/backend/postmaster/postmaster.c | modified | +92 −46 |
| src/backend/tcop/postgres.c | modified | +133 −138 |
| src/backend/utils/cache/relcache.c | modified | +2 −2 |
| src/backend/utils/init/miscinit.c | modified | +2 −22 |
| src/backend/utils/misc/guc.c | modified | +51 −7 |
| src/bin/initdb/initdb.c | modified | +5 −5 |
| src/include/miscadmin.h | modified | +2 −3 |
| src/include/tcop/tcopprot.h | modified | +5 −1 |