@@ -3813,7 +3813,7 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
38133813 servers or streaming base backup clients (i.e., the maximum number of
38143814 simultaneously running WAL sender processes). The default is
38153815 <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
38173817 leave an orphaned connection slot behind until a timeout is reached,
38183818 so this parameter should be set slightly higher than the maximum
38193819 number of expected clients so disconnected clients can immediately
@@ -3902,9 +3902,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
39023902 slots</link> are allowed to retain in the <filename>pg_wal</filename>
39033903 directory at checkpoint time.
39043904 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
39083908 to continue replication due to removal of required WAL files. You
39093909 can see the WAL availability of replication slots
39103910 in <link linkend="view-pg-replication-slots">pg_replication_slots</link>.
@@ -6847,9 +6847,9 @@ log_line_prefix = '%m [%p] %q%u@%d/%a '
68476847 </term>
68486848 <listitem>
68496849 <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 .
68536853 <literal>-1</literal> (the default) allows bind parameters to be
68546854 logged in full.
68556855 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;
82248224 a regular <command>VACUUM</command> in that it visits every page that might
82258225 contain unfrozen XIDs or MXIDs, not just those that might contain dead
82268226 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>
82288228 will silently limit the effective value to 95% of
82298229 <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
82318231 anti-wraparound autovacuum is launched for the table. For more
82328232 information see
82338233 <xref linkend="vacuum-for-wraparound"/>.
@@ -8271,10 +8271,10 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
82718271 a regular <command>VACUUM</command> in that it visits every page that might
82728272 contain unfrozen XIDs or MXIDs, not just those that might contain dead
82738273 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 ,
82758275 <command>VACUUM</command> will silently limit the effective value to 95% of
82768276 <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
82788278 anti-wraparound is launched for the table.
82798279 For more information see <xref linkend="vacuum-for-multixact-wraparound"/>.
82808280 </para>
0 commit comments