pgsql: Fix generation of ./INSTALL for the distribution tarball

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix generation of ./INSTALL for the distribution tarball
Date: 2021-05-10 05:36:19
Message-ID: E1lfyaZ-0000bx-Fi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix generation of ./INSTALL for the distribution tarball

"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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/45aa88fe1d4028ea50ba7d26d390223b6ef78acc

Modified Files
--------------
doc/src/sgml/standalone-profile.xsl | 4 ++++
1 file changed, 4 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2021-05-10 05:59:09 pgsql: doc: first draft of the PG 14 release notes
Previous Message Thomas Munro 2021-05-10 04:10:32 pgsql: Revert recovery prefetching feature.