aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-11-01 17:14:47 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2011-11-01 17:14:47 +0000
commit806a2aee3791244bf0f916729bfdb5489936e068 (patch)
tree1eb84ca670e07bdf49dfddbc1e1472ce934ba03d /src/backend/access/gist/gistvacuum.c
parent589adb86ee826190d2b6e744d117eee1fa6bbf75 (diff)
downloadpostgresql-806a2aee3791244bf0f916729bfdb5489936e068.tar.gz
postgresql-806a2aee3791244bf0f916729bfdb5489936e068.zip
Split work of bgwriter between 2 processes: bgwriter and checkpointer.
bgwriter is now a much less important process, responsible for page cleaning duties only. checkpointer is now responsible for checkpoints and so has a key role in shutdown. Later patches will correct doc references to the now old idea that bgwriter performs checkpoints. Has beneficial effect on performance at high write rates, but mainly refactoring to more easily allow changes for power reduction by simplifying previously tortuous code around required to allow page cleaning and checkpointing to time slice in the same process. Patch by me, Review by Dickson Guedes
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions