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

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

Commit: 4fe7a6b51e08ae861d5b5508da695e007ad7a1b4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-01-04T00:58:01Z
Releases: 8.2.1
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