postgresql/src/backend/postmaster
Heikki Linnakangas f7ea6beaf4 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.
2011-07-04 14:35:44 +03:00
..
autovacuum.c Unify spelling of "canceled", "canceling", "cancellation" 2011-06-29 09:28:46 +03:00
bgwriter.c Unify spelling of "canceled", "canceling", "cancellation" 2011-06-29 09:28:46 +03:00
fork_process.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgarch.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pgstat.c Fix VACUUM so that it always updates pg_class.reltuples/relpages. 2011-05-30 17:06:52 -04:00
postmaster.c Remove silent_mode. You get the same functionality with "pg_ctl -l 2011-07-04 14:35:44 +03:00
syslogger.c Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 2011-04-28 15:05:58 -04:00
walwriter.c Move synchronous_standbys_defined updates from WAL writer to BG writer. 2011-03-18 21:43:45 -04:00