aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2022-02-09 15:36:46 +0100
committerDaniel Gustafsson <dgustafsson@postgresql.org>2022-02-09 15:36:46 +0100
commitf48385c1327f1eaef134ad41b382041a79c5200a (patch)
tree34bfad91e2aa7a7d2f024982e9791ee71e333fca
parent1a29217a00a34162ca0ffac336d83f28132330a6 (diff)
downloadpostgresql-f48385c1327f1eaef134ad41b382041a79c5200a.tar.gz
postgresql-f48385c1327f1eaef134ad41b382041a79c5200a.zip
Fix typo in archive modules docs
Discussion: https://postgr.es/m/4F8E8D8F-45CA-4833-AB19-CC6105326583@yesql.se
-rw-r--r--doc/src/sgml/archive-modules.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/archive-modules.sgml b/doc/src/sgml/archive-modules.sgml
index f1189ddcd5b..ee70e922490 100644
--- a/doc/src/sgml/archive-modules.sgml
+++ b/doc/src/sgml/archive-modules.sgml
@@ -17,7 +17,7 @@
<para>
When a custom <xref linkend="guc-archive-library"/> is configured, PostgreSQL
will submit completed WAL files to the module, and the server will avoid
- recyling or removing these WAL files until the module indicates that the files
+ recycling or removing these WAL files until the module indicates that the files
were successfully archived. It is ultimately up to the module to decide what
to do with each WAL file, but many recommendations are listed at
<xref linkend="backup-archiving-wal"/>.