Fix erroneous implementation of -s in postmaster.c (the switch doesn't take

Tom Lane <tgl@sss.pgh.pa.us>

Commit: eeb2189112fc2136bf697f2b7d20e436acc8880b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-01-04T00:57:51Z
Releases: 8.3.0
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.

Files