postgresql/src/backend/postmaster
Tom Lane 79b2ee20c8 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.
2011-08-10 16:45:43 -04:00
..
autovacuum.c Change the autovacuum launcher to use WaitLatch instead of a poll loop. 2011-08-10 12:22:21 -04:00
bgwriter.c Introduce a pipe between postmaster and each backend, which can be used to 2011-07-08 18:44:07 +03:00
fork_process.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
pgarch.c Change the autovacuum launcher to use WaitLatch instead of a poll loop. 2011-08-10 12:22:21 -04:00
pgstat.c Add a bit of debug logging to backend_read_statsfile(). 2011-08-10 16:45:43 -04:00
postmaster.c Use clearer notation for getnameinfo() return handling 2011-08-09 18:30:32 +03:00
syslogger.c Add some casts to try to silence most of the remaining format warnings on MinGW-W64. 2011-04-28 15:05:58 -04:00
walwriter.c Introduce a pipe between postmaster and each backend, which can be used to 2011-07-08 18:44:07 +03:00