Remove silent_mode. You get the same functionality with "pg_ctl -l
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Remove silent_mode. You get the same functionality with "pg_ctl -l postmaster.log", or nohup. There was a small issue with LINUX_OOM_ADJ and silent_mode, namely that with silent_mode the postmaster process incorrectly used the OOM settings meant for backend processes. We certainly could've fixed that directly, but since silent_mode was redundant anyway, we might as well just remove it.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +0 −30 |
| src/backend/postmaster/postmaster.c | modified | +1 −112 |
| src/backend/utils/misc/guc.c | modified | +0 −10 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +0 −5 |