mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Comment changes to show bgwriter no longer performs checkpoints.
This commit is contained in:
@@ -68,7 +68,7 @@ that's not desirable for walsenders, because we want the standby servers to
|
||||
receive all the WAL, including the shutdown checkpoint, before the master
|
||||
is shut down. Therefore postmaster treats walsenders like the pgarch process,
|
||||
and instructs them to terminate at PM_SHUTDOWN_2 phase, after all regular
|
||||
backends have died and bgwriter has written the shutdown checkpoint.
|
||||
backends have died and checkpointer has issued the shutdown checkpoint.
|
||||
|
||||
When postmaster accepts a connection, it immediately forks a new process
|
||||
to handle the handshake and authentication, and the process initializes to
|
||||
|
||||
Reference in New Issue
Block a user