]> granicus.if.org Git - postgresql/commit
Temporarily make pg_ctl and server shutdown a whole lot chattier.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 2016 23:43:11 +0000 (18:43 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 8 Feb 2016 23:43:11 +0000 (18:43 -0500)
commit3971f64843b02e4a55d854156bd53e46a0588e45
tree173c8cb46e8bedec34779f90551852bef47fc2ee
parent0231f838565d2921a0960407c4240237ba1d56ae
Temporarily make pg_ctl and server shutdown a whole lot chattier.

This is a quick hack, due to be reverted when its purpose has been served,
to try to gather information about why some of the buildfarm critters
regularly fail with "postmaster does not shut down" complaints.  Maybe they
are just really overloaded, but maybe something else is going on.  Hence,
instrument pg_ctl to print the current time when it starts waiting for
postmaster shutdown and when it gives up, and add a lot of logging of the
current time in the server's checkpoint and shutdown code paths.

No attempt has been made to make this pretty.  I'm not even totally sure
if it will build on Windows, but we'll soon find out.
src/backend/access/transam/xlog.c
src/backend/postmaster/autovacuum.c
src/backend/postmaster/postmaster.c
src/backend/storage/buffer/bufmgr.c
src/backend/utils/init/miscinit.c
src/bin/pg_ctl/pg_ctl.c
src/include/miscadmin.h