]> granicus.if.org Git - postgresql/commit
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jan 2007 00:58:01 +0000 (00:58 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jan 2007 00:58:01 +0000 (00:58 +0000)
commit4fe7a6b51e08ae861d5b5508da695e007ad7a1b4
treeb0978cce292331319beb53461a832d00e9f199c1
parentf532a22a8f36ee61f7de601d8d6eda1c73cf3ed8
Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
an optarg).  Add some comments noting that code in three different files has
to be kept in sync.  Fix erroneous description of -S switch (it sets work_mem
not silent_mode), and do some light copy-editing elsewhere in postgres-ref.
doc/src/sgml/ref/postgres-ref.sgml
src/backend/main/main.c
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c