pgsql: Make documentation builds reproducible - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make documentation builds reproducible
Date
Msg-id E1rRrHD-002Z1I-Pt@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make documentation builds reproducible

Currently, the documentation builds are not fully reproducible (in the
sense of https://reproducible-builds.org/).  A fix is available
upstream (https://github.com/docbook/xslt10-stylesheets/issues/54) but
not released.  This commit patches the upstream fix into our
customization layer.

This patch addresses both the HTML and the FO output.  The man output
is already reproducible.

Discussion: https://www.postgresql.org/message-id/flat/9077b779-a9f8-09c8-6e85-da1ebfba15af@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b0f0a9432d0b6f53634a96715f2666f6d4ea25a1

Modified Files
--------------
doc/src/sgml/stylesheet-fo.xsl          | 259 ++++++++++++++++++++++++++++++++
doc/src/sgml/stylesheet-html-common.xsl | 234 +++++++++++++++++++++++++++++
2 files changed, 493 insertions(+)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Re-disallow Memoize for parameterized nested loops with join fil
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Test EXPLAIN (FORMAT JSON) ... XMLTABLE