-
- Downloads
Allow background writing to be shut down by setting limit values to zero.
This does not disable the bgwriter process: it still has to wake up often enough to collect fsync requests from backends in a timely fashion. But it responds to the recent gripe about not being able to prevent the disk from being spun up constantly.
Showing
- doc/src/sgml/runtime.sgml 4 additions, 2 deletionsdoc/src/sgml/runtime.sgml
- src/backend/storage/buffer/bufmgr.c 9 additions, 3 deletionssrc/backend/storage/buffer/bufmgr.c
- src/backend/utils/misc/guc.c 4 additions, 4 deletionssrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 3 additions, 3 deletionssrc/backend/utils/misc/postgresql.conf.sample
Loading
Please register or sign in to comment