]> granicus.if.org Git - postgresql/commit
Unconditionally write the statsfile when SIGHUP is received, to minimize
authorMagnus Hagander <magnus@hagander.net>
Mon, 25 Aug 2008 18:55:43 +0000 (18:55 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 25 Aug 2008 18:55:43 +0000 (18:55 +0000)
commitf1e237b6b2e1199cdda995dd655c68b0174c8fdb
tree03f345cd87c450f2c81bd2fc4126c3a3d0953e96
parentd96d7be2b5652461510d7a4c1f04d5e6c2bacccd
Unconditionally write the statsfile when SIGHUP is received, to minimize
the window during which backends have no statistics file to read.
doc/src/sgml/config.sgml
src/backend/postmaster/pgstat.c