@@ -3813,7 +3813,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3813
3813
servers or streaming base backup clients (i.e., the maximum number of
3814
3814
simultaneously running WAL sender processes). The default is
3815
3815
<literal>10</literal>. The value <literal>0</literal> means
3816
- replication is disabled. Abrupt streaming client disconnection might
3816
+ replication is disabled. Abrupt disconnection of a streaming client might
3817
3817
leave an orphaned connection slot behind until a timeout is reached,
3818
3818
so this parameter should be set slightly higher than the maximum
3819
3819
number of expected clients so disconnected clients can immediately
@@ -3902,9 +3902,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
3902
3902
slots</link> are allowed to retain in the <filename>pg_wal</filename>
3903
3903
directory at checkpoint time.
3904
3904
If <varname>max_slot_wal_keep_size</varname> is -1 (the default),
3905
- replication slots retain unlimited amount of WAL files. If
3906
- restart_lsn of a replication slot gets behind more than that megabytes
3907
- from the current LSN , the standby using the slot may no longer be able
3905
+ replication slots may retain an unlimited amount of WAL files. Otherwise, if
3906
+ restart_lsn of a replication slot falls behind the current LSN by more
3907
+ than the given size , the standby using the slot may no longer be able
3908
3908
to continue replication due to removal of required WAL files. You
3909
3909
can see the WAL availability of replication slots
3910
3910
in <link linkend="view-pg-replication-slots">pg_replication_slots</link>.
@@ -6847,9 +6847,9 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
6847
6847
</term>
6848
6848
<listitem>
6849
6849
<para>
6850
- If greater than zero, each bind parameter value reported in
6851
- non-error statement-logging messages is trimmed to this many bytes.
6852
- Zero disables logging bind parameters with statements .
6850
+ If greater than zero, each bind parameter value logged with a
6851
+ non-error statement-logging message is trimmed to this many bytes.
6852
+ Zero disables logging of bind parameters for non-error statement logs .
6853
6853
<literal>-1</literal> (the default) allows bind parameters to be
6854
6854
logged in full.
6855
6855
If this value is specified without units, it is taken as bytes.
@@ -8224,10 +8224,10 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8224
8224
a regular <command>VACUUM</command> in that it visits every page that might
8225
8225
contain unfrozen XIDs or MXIDs, not just those that might contain dead
8226
8226
tuples. The default is 150 million transactions. Although users can
8227
- set this value anywhere from zero to two billions , <command>VACUUM</command>
8227
+ set this value anywhere from zero to two billion , <command>VACUUM</command>
8228
8228
will silently limit the effective value to 95% of
8229
8229
<xref linkend="guc-autovacuum-freeze-max-age"/>, so that a
8230
- periodical manual <command>VACUUM</command> has a chance to run before an
8230
+ periodic manual <command>VACUUM</command> has a chance to run before an
8231
8231
anti-wraparound autovacuum is launched for the table. For more
8232
8232
information see
8233
8233
<xref linkend="vacuum-for-wraparound"/>.
@@ -8271,10 +8271,10 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
8271
8271
a regular <command>VACUUM</command> in that it visits every page that might
8272
8272
contain unfrozen XIDs or MXIDs, not just those that might contain dead
8273
8273
tuples. The default is 150 million multixacts.
8274
- Although users can set this value anywhere from zero to two billions ,
8274
+ Although users can set this value anywhere from zero to two billion ,
8275
8275
<command>VACUUM</command> will silently limit the effective value to 95% of
8276
8276
<xref linkend="guc-autovacuum-multixact-freeze-max-age"/>, so that a
8277
- periodical manual <command>VACUUM</command> has a chance to run before an
8277
+ periodic manual <command>VACUUM</command> has a chance to run before an
8278
8278
anti-wraparound is launched for the table.
8279
8279
For more information see <xref linkend="vacuum-for-multixact-wraparound"/>.
8280
8280
</para>
0 commit comments