postgresql/src/backend/utils/init
Tom Lane 8d675c85c5 pgstat's on-proc-exit hook has to execute after the last transaction commit
or abort within a backend; rearrange InitPostgres processing to make it so.
Revealed by just-added Asserts along with ECPG regression tests (hm, I wonder
why the core regression tests didn't expose it?).  This possibly is another
reason for missing stats updates ...
2007-05-27 05:37:50 +00:00
..
flatfiles.c Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
globals.c Add a multi-worker capability to autovacuum. This allows multiple worker 2007-04-16 18:30:04 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
miscinit.c Restructure autovacuum in two processes: a dummy process, which runs 2007-02-15 23:23:23 +00:00
postinit.c pgstat's on-proc-exit hook has to execute after the last transaction commit 2007-05-27 05:37:50 +00:00