Skip to content

Commit 013bb6c

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 44bd3ed commit 013bb6c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/src/sgml/config.sgml

+3
Original file line numberDiff line numberDiff line change
@@ -4175,6 +4175,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
41754175
to continue replication due to removal of required WAL files. You
41764176
can see the WAL availability of replication slots
41774177
in <link linkend="view-pg-replication-slots">pg_replication_slots</link>.
4178+
If this value is specified without units, it is taken as megabytes.
4179+
This parameter can only be set in the <filename>postgresql.conf</filename>
4180+
file or on the server command line.
41784181
</para>
41794182
</listitem>
41804183
</varlistentry>

0 commit comments

Comments
 (0)