]> 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:57:51 +0000 (00:57 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 4 Jan 2007 00:57:51 +0000 (00:57 +0000)
commiteeb2189112fc2136bf697f2b7d20e436acc8880b
tree9405f9d876530cf5b457f1de0695d7ad63e56511
parentd6061d2f31187795790e7e63d5d9730f9d78e7ea
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