summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2024-09-19 12:01:58 -0400
committerBruce Momjian <bruce@momjian.us>2024-09-19 12:01:58 -0400
commita979f2894c3d436b17a9de2655e4237de1c7df20 (patch)
treeddb29bad4342fdfc1214af1e699b0b500d7595a1
parentececa27ff5b8702153cacbda51ae174e2bfec0f9 (diff)
doc PG relnotes: document "Unresolved ID reference found" cause
Backpatch-through: 12
-rw-r--r--doc/src/sgml/stylesheet-fo.xsl6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/stylesheet-fo.xsl b/doc/src/sgml/stylesheet-fo.xsl
index 73f83c27ce9..623b460925a 100644
--- a/doc/src/sgml/stylesheet-fo.xsl
+++ b/doc/src/sgml/stylesheet-fo.xsl
@@ -16,7 +16,11 @@
<!-- Do nothing for ulink to avoid footnotes -->
</xsl:template>
-<!-- Also suppress the description of the section markers in print mode -->
+<!--
+Suppress the description of the commit link markers in print mode.
+Caues an "Unresolved ID reference found" warning during PDF builds
+because the paragraph is suppressed in the output.
+-->
<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
<!-- Output nothing for this para -->
</xsl:template>