mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
doc: Missing markup, punctuation and wordsmithing
Various improvements to the documentation like adding missing markup, improving punctuation, ensuring consistent spelling of words and minor wordsmithing. Author: Oleg Sibiryakov <o.sibiryakov@postgrespro.ru> Discussion: https://postgr.es/m/b7d0a03c-107e-48c7-a5c9-2c6f73cdf78f@postgrespro.ru
This commit is contained in:
@@ -679,11 +679,11 @@
|
||||
|
||||
<para>
|
||||
In some cases, when the WAL size on the primary increases quickly,
|
||||
for instance during massive INSERT,
|
||||
for instance during massive <command>INSERT</command>,
|
||||
the <structfield>restartpoints_req</structfield> counter on the standby
|
||||
may demonstrate a peak growth.
|
||||
This occurs because requests to create a new restartpoint due to increased
|
||||
XLOG consumption cannot be performed because the safe checkpoint record
|
||||
WAL consumption cannot be performed because the safe checkpoint record
|
||||
since the last restartpoint has not yet been replayed on the standby.
|
||||
This behavior is normal and does not lead to an increase in system resource
|
||||
consumption.
|
||||
|
Reference in New Issue
Block a user