]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix generation of ./INSTALL for the distribution tarball
authorMichael Paquier <michael@paquier.xyz>
Mon, 10 May 2021 05:34:07 +0000 (14:34 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 10 May 2021 05:34:07 +0000 (14:34 +0900)
"make dist", in charge of creating a distribution tarball, failed when
attempting to generate ./INSTALL as a new reference added to
guc-default-toast-compression on the documentation for the installation
details was not getting translated properly to plain text.  Like all the
other link references on this page, this adds a new entry to
standalone-profile.xsl to allow the generation of ./INSTALL to finish
properly.

Oversight in 02a93e7, per buildfarm member guaibasaurus.

doc/src/sgml/standalone-profile.xsl

index 1817d1579ff24aa441849ff3fc23cb079c2d9b0a..8bdf58632cd1149130d160775491437c1fffcb39 100644 (file)
@@ -48,6 +48,10 @@ variant without links and references to the main documentation.
   <xsl:text>the documentation</xsl:text>
 </xsl:template>
 
+<xsl:template match="xref[@linkend='guc-default-toast-compression']">
+  <xsl:text>the configuration parameter default_toast_compression</xsl:text>
+</xsl:template>
+
 <xsl:template match="xref[@linkend='install-windows']">
   <xsl:text>the documentation</xsl:text>
 </xsl:template>