-
- Downloads
Added GUC variable bgwriter_flush_method controlling the action
done by the background writer between writing dirty blocks and napping. none (default) no action sync bgwriter calls smgrsync() causing a sync(2) A global sync() is only good on dedicated database servers, so more flush methods should be added in the future. Jan
Showing
- src/backend/storage/buffer/bufmgr.c 50 additions, 1 deletionsrc/backend/storage/buffer/bufmgr.c
- src/backend/utils/misc/guc.c 12 additions, 1 deletionsrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 3 additions, 0 deletionssrc/backend/utils/misc/postgresql.conf.sample
- src/include/storage/bufmgr.h 3 additions, 3 deletionssrc/include/storage/bufmgr.h
Loading
Please register or sign in to comment