doc PG relnotes: rename commit link paragraph for clarity
authorBruce Momjian <[email protected]>
Thu, 19 Sep 2024 13:47:22 +0000 (09:47 -0400)
committerBruce Momjian <[email protected]>
Thu, 19 Sep 2024 13:47:22 +0000 (09:47 -0400)
FYI, during PDF builds, this link type generates a "Unresolved ID
reference found" warning because it is suppressed from the PDF output.

Backpatch-through: 12

doc/src/sgml/release.sgml
doc/src/sgml/stylesheet-fo.xsl

index d602374d3477ddeacda7c4cc1439a647b2538bc4..8433690dead42e199d210e61fe08b15b227fd9be 100644 (file)
@@ -69,7 +69,7 @@ For new features, add links to the documentation sections.
    review, so each item is truly a community effort.
   </para>
 
-  <para id="release-no-print-output">
+  <para id="release-commit-links">
    Section markers (&sect;) in the release notes link to <ulink
    url="https://git.postgresql.org/gitweb/?p=postgresql.git"><application>gitweb</application></ulink>
    pages which show the primary <application>git</application> commit
index 1728124e9dacfa7928cbe24e11c7bfe44b857a78..6015c70d9f83d18b2ac1414861dfd52e7f1d27e3 100644 (file)
@@ -21,7 +21,7 @@
 </xsl:template>
 
 <!-- Also suppress the description of the section markers in print mode -->
-<xsl:template match="appendix[@id='release']//para[@id='release-no-print-output']">
+<xsl:template match="appendix[@id='release']//para[@id='release-commit-links']">
   <!-- Output nothing for this para -->
 </xsl:template>