Add more chattiness in server shutdown.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Feb 2016 16:21:46 +0000 (11:21 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 9 Feb 2016 16:21:46 +0000 (11:21 -0500)
commit7351e18286ec83461b386e23328d65fd4a538bba
treeb856f7762b00d06b1ff76cd0588bf7bf9e0b9c49
parent3971f64843b02e4a55d854156bd53e46a0588e45
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.
src/backend/access/transam/xlog.c
src/backend/storage/smgr/md.c