Change the signaling of end-of-recovery. Startup process now indicates end
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Change the signaling of end-of-recovery. Startup process now indicates end of recovery by exiting with exit code 0, like in previous releases. Per Tom's suggestion.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +11 −11 |
| src/backend/postmaster/postmaster.c | modified | +96 −185 |
| src/include/storage/pmsignal.h | modified | +1 −2 |
| src/include/storage/proc.h | modified | +6 −5 |