postgresql/src/backend/postmaster
Tom Lane 3ea32d7b1f Flush any remaining statistics counts out to the collector at process
exit.  Without this, operations triggered during backend exit (such as
temp table deletions) won't be counted ... which given heavy usage of
temp tables can lead to pg_autovacuum falling way behind on the need
to vacuum pg_class and pg_attribute.  Per reports from Steve Crawford
and others.
2005-03-31 23:21:32 +00:00
..
Makefile Statistical system views (yet without the config stuff, but 2001-06-22 19:16:24 +00:00
pgstat.c Flush any remaining statistics counts out to the collector at process 2005-03-31 23:21:32 +00:00
postmaster.c Do a direct probe during postmaster startup to determine the maximum 2004-02-23 20:46:16 +00:00