]> granicus.if.org Git - postgresql/commit
Background writer process
authorJan Wieck <JanWieck@Yahoo.com>
Wed, 19 Nov 2003 15:55:08 +0000 (15:55 +0000)
committerJan Wieck <JanWieck@Yahoo.com>
Wed, 19 Nov 2003 15:55:08 +0000 (15:55 +0000)
commitcfeca62148582a05466362f1957572f5a9900ab5
tree6a2c5086a40d410ceb8555d8f94b7f5492979283
parent5032f83082e5bdb37f8dbf02fa00c4886fb6d2ce
Background writer process

This first part of the background writer does no syncing at all.
It's only purpose is to keep the LRU heads clean so that regular
backends seldom to never have to call write().

Jan
12 files changed:
src/backend/bootstrap/bootstrap.c
src/backend/catalog/index.c
src/backend/commands/dbcommands.c
src/backend/postmaster/postmaster.c
src/backend/storage/buffer/bufmgr.c
src/backend/storage/buffer/freelist.c
src/backend/storage/lmgr/proc.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/include/bootstrap/bootstrap.h
src/include/storage/bufmgr.h
src/include/storage/proc.h