Merge postmaster and postgres command into just postgres. postmaster

Peter Eisentraut <peter_e@gmx.net>

Commit: 5266f221a2e1358cc2bb208b3d25e9dec427c757
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2006-06-18T15:38:37Z
Releases: 8.2.0
Merge postmaster and postgres command into just postgres.  postmaster
symlink is kept for now for compatibility.  To call single-user mode, use
postgres --single.

Files

PathChange+/−
doc/src/sgml/arch-dev.sgml modified +5 −7
doc/src/sgml/backup.sgml modified +7 −7
doc/src/sgml/client-auth.sgml modified +5 −5
doc/src/sgml/config.sgml modified +13 −15
doc/src/sgml/datatype.sgml modified +2 −2
doc/src/sgml/func.sgml modified +4 −4
doc/src/sgml/installation.sgml modified +5 −11
doc/src/sgml/maintenance.sgml modified +9 −9
doc/src/sgml/manage-ag.sgml modified +3 −3
doc/src/sgml/monitoring.sgml modified +5 −5
doc/src/sgml/problems.sgml modified +3 −3
doc/src/sgml/protocol.sgml modified +2 −2
doc/src/sgml/ref/alter_database.sgml modified +2 −2
doc/src/sgml/ref/alter_role.sgml modified +2 −2
doc/src/sgml/ref/initdb.sgml modified +2 −3
doc/src/sgml/ref/ipcclean.sgml modified +3 −3
doc/src/sgml/ref/pg_ctl-ref.sgml modified +16 −16
doc/src/sgml/ref/pg_resetxlog.sgml modified +2 −3
doc/src/sgml/ref/postgres-ref.sgml modified +644 −131
doc/src/sgml/ref/postmaster.sgml modified +4 −648
doc/src/sgml/ref/reindex.sgml modified +4 −4
doc/src/sgml/ref/show.sgml modified +2 −2
doc/src/sgml/regress.sgml modified +2 −2
doc/src/sgml/runtime.sgml modified +30 −30
doc/src/sgml/start.sgml modified +5 −5
doc/src/sgml/storage.sgml modified +5 −5
src/backend/bootstrap/bootstrap.c modified +10 −26
src/backend/main/main.c modified +238 −163
src/backend/Makefile modified +2 −2
src/backend/postmaster/autovacuum.c modified +2 −2
src/backend/postmaster/pgarch.c modified +2 −2
src/backend/postmaster/pgstat.c modified +3 −3
src/backend/postmaster/postmaster.c modified +18 −91
src/backend/postmaster/syslogger.c modified +2 −2
src/backend/tcop/postgres.c modified +8 −54
src/bin/initdb/initdb.c modified +7 −7
src/bin/pg_ctl/pg_ctl.c modified +43 −43