aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogutils.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-11-03 01:17:08 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-11-03 01:17:08 +0000
commit3c2313f4815e1971e2f14e50fffc9328877c52d5 (patch)
tree337449631f837f11bd006530d170bd6d1d5a2c4a /src/backend/access/transam/xlogutils.c
parentd7112cfa884e5125a20a24590f193ceebedf0146 (diff)
downloadpostgresql-3c2313f4815e1971e2f14e50fffc9328877c52d5.tar.gz
postgresql-3c2313f4815e1971e2f14e50fffc9328877c52d5.zip
Change the pgstat logic so that the stats collector writes the stats file only
upon requests from backends, rather than on a fixed 500msec cycle. (There's still throttling logic to ensure it writes no more often than once per 500msec, though.) This should result in a significant reduction in stats file write traffic in typical scenarios where the stats are demanded only infrequently. This approach also means that the former difficulty with changing stats_temp_directory on-the-fly has gone away, so remove the caution about that as well as the thrashing we did to minimize the trouble window. In passing, also fix pgstat_report_stat() so that we will send a stats message if we have function call stats but not table stats to report; this fixes a bug in the recent patch to support function-call stats. Martin Pihlak
Diffstat (limited to 'src/backend/access/transam/xlogutils.c')
0 files changed, 0 insertions, 0 deletions