Add more chattiness in server shutdown

Enterprise / PostgreSQL - Tom Lane [sss.pgh.pa.us] - 9 February 2016 10:21 UTC

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.

7351e18 Add more chattiness in server shutdown.
src/backend/access/transam/xlog.c | 16 ++++++++++++++++
src/backend/storage/smgr/md.c | 5 +++++
2 files changed, 21 insertions(+)

Upstream: git.postgresql.org


  • Share