summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson <dgustafsson@postgresql.org>2025-09-22 10:12:31 +0200
committerDaniel Gustafsson <dgustafsson@postgresql.org>2025-09-22 10:12:31 +0200
commita48d1ef58652229521ba4b5070e19f857608b22e (patch)
treecf0c3126994515e490299794b6272ca711eb6f0b
parent00c3d87a5cab6e1b816658f15573ea4730c2f17b (diff)
doc: Remove trailing whitespace in xrefHEADorigin/masterorigin/HEADmaster
Remove stray whitespace in xref tag. This was found due to a regression in xmllint 2.15.0 which flagged this as an error, and at the time of this commit no fix for xmllint has shipped. Author: Erik Wienhold <ewie@ewie.name> Discussion: https://postgr.es/m/f4c4661b-4e60-4c10-9336-768b7b55c084@ewie.name Backpatch-through: 17
-rw-r--r--doc/src/sgml/ref/pg_combinebackup.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_combinebackup.sgml b/doc/src/sgml/ref/pg_combinebackup.sgml
index 330a598f701..9a6d201e0b8 100644
--- a/doc/src/sgml/ref/pg_combinebackup.sgml
+++ b/doc/src/sgml/ref/pg_combinebackup.sgml
@@ -314,7 +314,7 @@ PostgreSQL documentation
<para>
To avoid this problem, taking a new full backup after changing the checksum
- state of the cluster using <xref linkend="app-pgchecksums "/> is
+ state of the cluster using <xref linkend="app-pgchecksums"/> is
recommended. Otherwise, you can disable and then optionally reenable
checksums on the directory produced by <literal>pg_combinebackup</literal>
in order to correct the problem.