Add more chattiness in server shutdown.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7351e18286ec83461b386e23328d65fd4a538bba
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-02-09T16:21:46Z
Releases: 9.6.0
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

PathChange+/−
src/backend/access/transam/xlog.c modified +16 −0
src/backend/storage/smgr/md.c modified +5 −0