]> granicus.if.org Git - postgresql/commit
Add a bit of debug logging to backend_read_statsfile().
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Aug 2011 20:45:43 +0000 (16:45 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 10 Aug 2011 20:45:43 +0000 (16:45 -0400)
commit79b2ee20c8a041a85dd230c4e787bef22edae57b
tree8f7336a210832e1d33c613ae24121d63e0a3c54a
parent4dab3d5ae1498eb4246e54225a48cf667ab693da
Add a bit of debug logging to backend_read_statsfile().

This is in hopes of learning more about what causes "pgstat wait timeout"
warnings in the buildfarm.  This patch should probably be reverted once
we've learned what we can.  As coded, it will result in regression test
"failures" at half the delay that the existing code does, so I expect
to see a few more than before.
src/backend/postmaster/pgstat.c