diff options
author | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-09-22 10:12:31 +0200 |
---|---|---|
committer | Daniel Gustafsson <dgustafsson@postgresql.org> | 2025-09-22 10:12:31 +0200 |
commit | 987e00fa990fc905fe8fab645a16f7a4be3d9126 (patch) | |
tree | dac9b6ce5472e64cc14de602d37d824efe600611 | |
parent | ed93b291c91fb2fe2e5c57913cc0dbff72fc0f08 (diff) |
doc: Remove trailing whitespace in xref
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.sgml | 2 |
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. |