[COMMITTERS] pgsql: Fix postmaster's handling of a startup-process crash.

2015-07-09 Thread Tom Lane
Fix postmaster's handling of a startup-process crash. Ordinarily, a failure (unexpected exit status) of the startup subprocess should be considered fatal, so the postmaster should just close up shop and quit. However, if we sent the startup process a SIGQUIT or SIGKILL signal, the failure is hard

[COMMITTERS] pgsql: Fix postmaster's handling of a startup-process crash.

2015-07-09 Thread Tom Lane
Fix postmaster's handling of a startup-process crash. Ordinarily, a failure (unexpected exit status) of the startup subprocess should be considered fatal, so the postmaster should just close up shop and quit. However, if we sent the startup process a SIGQUIT or SIGKILL signal, the failure is hard

[COMMITTERS] pgsql: Fix postmaster's handling of a startup-process crash.

2015-07-09 Thread Tom Lane
Fix postmaster's handling of a startup-process crash. Ordinarily, a failure (unexpected exit status) of the startup subprocess should be considered fatal, so the postmaster should just close up shop and quit. However, if we sent the startup process a SIGQUIT or SIGKILL signal, the failure is hard

[COMMITTERS] pgsql: Fix postmaster's handling of a startup-process crash.

2015-07-09 Thread Tom Lane
Fix postmaster's handling of a startup-process crash. Ordinarily, a failure (unexpected exit status) of the startup subprocess should be considered fatal, so the postmaster should just close up shop and quit. However, if we sent the startup process a SIGQUIT or SIGKILL signal, the failure is hard

[COMMITTERS] pgsql: Fix postmaster's handling of a startup-process crash.

2015-07-09 Thread Tom Lane
Fix postmaster's handling of a startup-process crash. Ordinarily, a failure (unexpected exit status) of the startup subprocess should be considered fatal, so the postmaster should just close up shop and quit. However, if we sent the startup process a SIGQUIT or SIGKILL signal, the failure is hard

[COMMITTERS] pgsql: Fix postmaster's handling of a startup-process crash.

2015-07-09 Thread Tom Lane
Fix postmaster's handling of a startup-process crash. Ordinarily, a failure (unexpected exit status) of the startup subprocess should be considered fatal, so the postmaster should just close up shop and quit. However, if we sent the startup process a SIGQUIT or SIGKILL signal, the failure is hard

[COMMITTERS] pgsql: Fix postmaster's handling of a startup-process crash.

2015-07-09 Thread Tom Lane
Fix postmaster's handling of a startup-process crash. Ordinarily, a failure (unexpected exit status) of the startup subprocess should be considered fatal, so the postmaster should just close up shop and quit. However, if we sent the startup process a SIGQUIT or SIGKILL signal, the failure is hard