postgresql/src/backend/postmaster
Robert Haas 5e85315ea7 Avoid starting walreceiver in states where it shouldn't be running.
In particular, it's bad to start walreceiver when in state
PM_WAIT_BACKENDS, because we have no provision to kill walreceiver
when in that state.

Fujii Masao
2010-05-27 02:01:37 +00:00
..
autovacuum.c Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
bgwriter.c Modify ShmemInitStruct and ShmemInitHash to throw errors internally, 2010-04-28 16:54:16 +00:00
fork_process.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
pgarch.c Cause the archiver process to adopt new postgresql.conf settings (particularly 2010-05-11 16:42:28 +00:00
pgstat.c Now that we know last_statrequest > last_statwrite can be observed in the 2010-03-24 16:07:10 +00:00
postmaster.c Avoid starting walreceiver in states where it shouldn't be running. 2010-05-27 02:01:37 +00:00
syslogger.c On Windows, syslogger runs in two threads. The main thread processes config 2010-04-16 09:51:49 +00:00
walwriter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00