Skip to content

Commit 2187a22

Browse files
committed
Document units for max_slot_wal_keep_size
The doc blurb failed to mention units, as well as lacking the point about changeability. Backpatch to 13. Reviewed-by: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Reported by: b1000101@pm.me Discussion: https://postgr.es/m/163760291192.26193.10801700492025355788@wrigleys.postgresql.org
1 parent d24dac9 commit 2187a22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/sgml/config.sgml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4171,6 +4171,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
41714171
to continue replication due to removal of required WAL files. You
41724172
can see the WAL availability of replication slots
41734173
in <link linkend="view-pg-replication-slots">pg_replication_slots</link>.
4174+
If this value is specified without units, it is taken as megabytes.
4175+
This parameter can only be set in the <filename>postgresql.conf</filename>
4176+
file or on the server command line.
41744177
</para>
41754178
</listitem>
41764179
</varlistentry>

0 commit comments

Comments
 (0)