@@ -3760,7 +3760,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3760
3760
servers or streaming base backup clients (i.e., the maximum number of
3761
3761
simultaneously running WAL sender processes). The default is
3762
3762
<literal>10</literal>. The value <literal>0</literal> means
3763
- replication is disabled. Abrupt streaming client disconnection might
3763
+ replication is disabled. Abruptdisconnection of a streaming client might
3764
3764
leave an orphaned connection slot behind until a timeout is reached,
3765
3765
so this parameter should be set slightly higher than the maximum
3766
3766
number of expected clients so disconnected clients can immediately
@@ -3849,9 +3849,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3849
3849
slots</link> are allowed to retain in the <filename>pg_wal</filename>
3850
3850
directory at checkpoint time.
3851
3851
If <varname>max_slot_wal_keep_size</varname> is -1 (the default),
3852
- replication slots retain unlimited amount of WAL files.If
3853
- restart_lsn of a replication slotgets behindmore than that megabytes
3854
- from thecurrent LSN , the standby using the slot may no longer be able
3852
+ replication slotsmay retainan unlimited amount of WAL files.Otherwise, if
3853
+ restart_lsn of a replication slotfalls behindthe current LSN by more
3854
+ than thegiven size , the standby using the slot may no longer be able
3855
3855
to continue replication due to removal of required WAL files. You
3856
3856
can see the WAL availability of replication slots
3857
3857
in <link linkend="view-pg-replication-slots">pg_replication_slots</link>.
@@ -6788,9 +6788,9 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
6788
6788
</term>
6789
6789
<listitem>
6790
6790
<para>
6791
- If greater than zero, each bind parameter valuereported in
6792
- non-error statement-loggingmessages is trimmed to this many bytes.
6793
- Zero disables logging bind parameterswith statements .
6791
+ If greater than zero, each bind parameter valuelogged with a
6792
+ non-error statement-loggingmessage is trimmed to this many bytes.
6793
+ Zero disables loggingof bind parametersfor non-error statement logs .
6794
6794
<literal>-1</literal> (the default) allows bind parameters to be
6795
6795
logged in full.
6796
6796
If this value is specified without units, it is taken as bytes.
@@ -8164,10 +8164,10 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8164
8164
a regular <command>VACUUM</command> in that it visits every page that might
8165
8165
contain unfrozen XIDs or MXIDs, not just those that might contain dead
8166
8166
tuples. The default is 150 million transactions. Although users can
8167
- set this value anywhere from zero to twobillions , <command>VACUUM</command>
8167
+ set this value anywhere from zero to twobillion , <command>VACUUM</command>
8168
8168
will silently limit the effective value to 95% of
8169
8169
<xref linkend="guc-autovacuum-freeze-max-age"/>, so that a
8170
- periodical manual <command>VACUUM</command> has a chance to run before an
8170
+ periodic manual <command>VACUUM</command> has a chance to run before an
8171
8171
anti-wraparound autovacuum is launched for the table. For more
8172
8172
information see
8173
8173
<xref linkend="vacuum-for-wraparound"/>.
@@ -8211,10 +8211,10 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8211
8211
a regular <command>VACUUM</command> in that it visits every page that might
8212
8212
contain unfrozen XIDs or MXIDs, not just those that might contain dead
8213
8213
tuples. The default is 150 million multixacts.
8214
- Although users can set this value anywhere from zero to twobillions ,
8214
+ Although users can set this value anywhere from zero to twobillion ,
8215
8215
<command>VACUUM</command> will silently limit the effective value to 95% of
8216
8216
<xref linkend="guc-autovacuum-multixact-freeze-max-age"/>, so that a
8217
- periodical manual <command>VACUUM</command> has a chance to run before an
8217
+ periodic manual <command>VACUUM</command> has a chance to run before an
8218
8218
anti-wraparound is launched for the table.
8219
8219
For more information see <xref linkend="vacuum-for-multixact-wraparound"/>.
8220
8220
</para>