Make all command-line options of postmaster and postgres the same. See
authorPeter Eisentraut <[email protected]>
Thu, 5 Jan 2006 10:07:46 +0000 (10:07 +0000)
committerPeter Eisentraut <[email protected]>
Thu, 5 Jan 2006 10:07:46 +0000 (10:07 +0000)
commit86c23a6eb28b0588644dcefeb33ef5a2aa8b9453
treed0497d119ef7cf861fc046c58326a42e47c16c39
parent4e1712ea5499ad57d825eefa08e560dad715300c
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.
15 files changed:
doc/src/sgml/config.sgml
doc/src/sgml/ref/postgres-ref.sgml
doc/src/sgml/ref/postmaster.sgml
src/backend/access/index/genam.c
src/backend/bootstrap/bootstrap.c
src/backend/commands/trigger.c
src/backend/optimizer/util/plancat.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/backend/utils/cache/relcache.c
src/backend/utils/init/miscinit.c
src/backend/utils/misc/guc.c
src/bin/initdb/initdb.c
src/include/miscadmin.h
src/include/tcop/tcopprot.h