projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25f8cf1
)
doc PG relnotes: document "Unresolved ID reference found" cause
author
Bruce Momjian
<
[email protected]
>
Thu, 19 Sep 2024 16:01:59 +0000
(12:01 -0400)
committer
Bruce Momjian
<
[email protected]
>
Thu, 19 Sep 2024 16:01:59 +0000
(12:01 -0400)
Backpatch-through: 12
doc/src/sgml/stylesheet-fo.xsl
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/stylesheet-fo.xsl
b/doc/src/sgml/stylesheet-fo.xsl
index 6015c70d9f83d18b2ac1414861dfd52e7f1d27e3..bb22a92d0af0a1f93151d542f285a99923f67f30 100644
(file)
--- a/
doc/src/sgml/stylesheet-fo.xsl
+++ b/
doc/src/sgml/stylesheet-fo.xsl
@@
-20,7
+20,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>