Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c8397bd

Browse files
committed
Clarify that bgwriter no longer handles checkpoints.
Text by Peter Geoghegan.
1 parent ecf7a2e commit c8397bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/src/sgml/config.sgml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,8 @@ SET ENABLE_SEQSCAN TO OFF;
13421342
<para>
13431343
In each round, no more than this many buffers will be written
13441344
by the background writer. Setting this to zero disables
1345-
background writing (except for checkpoint activity).
1345+
background writing. (Note that checkpoints, which are managed by
1346+
a separate, dedicated auxiliary process, are unaffected.)
13461347
The default value is 100 buffers.
13471348
This parameter can only be set in the <filename>postgresql.conf</>
13481349
file or on the server command line.

0 commit comments

Comments
 (0)