aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-07-04 14:35:44 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2011-07-04 14:35:44 +0300
commitf7ea6beaf4ca02b8e6dc576255e35a5b86035cb9 (patch)
tree0ef88fcecc2198c300a3e7a691ec690ab0848141 /src/backend/utils/misc/postgresql.conf.sample
parentf563afd433e07a2eb7db614005141f21613d4d61 (diff)
downloadpostgresql-f7ea6beaf4ca02b8e6dc576255e35a5b86035cb9.tar.gz
postgresql-f7ea6beaf4ca02b8e6dc576255e35a5b86035cb9.zip
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.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 655dad42c71..229d0e86a9b 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -300,11 +300,6 @@
#syslog_facility = 'LOCAL0'
#syslog_ident = 'postgres'
-#silent_mode = off # Run server silently.
- # DO NOT USE without syslog or
- # logging_collector
- # (change requires restart)
-
# - When to Log -