mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Clarify that bgwriter no longer handles checkpoints.
Text by Peter Geoghegan.
This commit is contained in:
parent
ecf7a2ea38
commit
c8397bd6d9
@ -1342,7 +1342,8 @@ SET ENABLE_SEQSCAN TO OFF;
|
|||||||
<para>
|
<para>
|
||||||
In each round, no more than this many buffers will be written
|
In each round, no more than this many buffers will be written
|
||||||
by the background writer. Setting this to zero disables
|
by the background writer. Setting this to zero disables
|
||||||
background writing (except for checkpoint activity).
|
background writing. (Note that checkpoints, which are managed by
|
||||||
|
a separate, dedicated auxiliary process, are unaffected.)
|
||||||
The default value is 100 buffers.
|
The default value is 100 buffers.
|
||||||
This parameter can only be set in the <filename>postgresql.conf</>
|
This parameter can only be set in the <filename>postgresql.conf</>
|
||||||
file or on the server command line.
|
file or on the server command line.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user