Fix erroneous implementation of -s in postmaster.c (the switch doesn't take
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/postgres-ref.sgml | modified | +95 −113 |
| src/backend/main/main.c | modified | +5 −2 |
| src/backend/postmaster/postmaster.c | modified | +7 −2 |
| src/backend/tcop/postgres.c | modified | +6 −1 |