postgresql/src/backend/postmaster
Robert Haas 5ffaa9005c Add restart_after_crash GUC.
Normally, we automatically restart after a backend crash, but in some
cases when PostgreSQL is invoked by clusterware it may be desirable to
suppress this behavior, so we provide an option which does this.
Since no existing GUC group quite fits, create a new group called
"error handling options" for this and the previously undocumented GUC
exit_on_error, which is now documented.

Review by Fujii Masao.
2010-07-20 00:47:53 +00:00
..
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +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
pgarch.c Cause the archiver process to adopt new postgresql.conf settings (particularly 2010-05-11 16:42:28 +00:00
pgstat.c pgindent run for 9.0, second run 2010-07-06 19:19:02 +00:00
postmaster.c Add restart_after_crash GUC. 2010-07-20 00:47:53 +00:00
syslogger.c Add a log_file_mode GUC that allows control of the file permissions set on 2010-07-16 22:25:51 +00:00
walwriter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00