aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2021-11-26 14:31:57 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2021-11-26 14:31:57 -0300
commit013bb6c8c0b5b0ac7948d7126685008505b3aa58 (patch)
tree37c87fa9e06d5da463d485375bcb02ec6619b399
parent44bd3ed332d6ad3207f38b3b6deb6083f0baddf5 (diff)
downloadpostgresql-013bb6c8c0b5b0ac7948d7126685008505b3aa58.tar.gz
postgresql-013bb6c8c0b5b0ac7948d7126685008505b3aa58.zip
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
-rw-r--r--doc/src/sgml/config.sgml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 3f806740d5d..ab617c7b868 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -4175,6 +4175,9 @@ restore_command = 'copy "C:\\server\\archivedir\\%f" "%p"' # Windows
to continue replication due to removal of required WAL files. You
can see the WAL availability of replication slots
in <link linkend="view-pg-replication-slots">pg_replication_slots</link>.
+ If this value is specified without units, it is taken as megabytes.
+ This parameter can only be set in the <filename>postgresql.conf</filename>
+ file or on the server command line.
</para>
</listitem>
</varlistentry>