OSDN Git Service

Remove silent_mode. You get the same functionality with "pg_ctl -l
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 4 Jul 2011 11:35:44 +0000 (14:35 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 4 Jul 2011 11:35:44 +0000 (14:35 +0300)
commitf7ea6beaf4ca02b8e6dc576255e35a5b86035cb9
tree0ef88fcecc2198c300a3e7a691ec690ab0848141
parentf563afd433e07a2eb7db614005141f21613d4d61
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.
doc/src/sgml/config.sgml
src/backend/postmaster/postmaster.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample