Add more chattiness in server shutdown.
Tom Lane <tgl@sss.pgh.pa.us>
Add more chattiness in server shutdown. Early returns from the buildfarm show that there's a bit of a gap in the logging I added in 3971f64843b02e4a: the portion of CreateCheckPoint() after CheckPointGuts() can take a fair amount of time. Add a few more log messages in that section of code. This too shall be reverted later.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xlog.c | modified | +16 −0 |
| src/backend/storage/smgr/md.c | modified | +5 −0 |