pgsql: doc: Further XSLT HTML build performance optimization - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: doc: Further XSLT HTML build performance optimization
Date
Msg-id E1c76JL-0002qO-GH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Further XSLT HTML build performance optimization

Cut out some expensive stuff from the HTML head element that we don't
really need.

This was previously discussed as part of
e8306745e3504c642f7abad411139d5630e29fac, but ended up separate because
it changes the output contents slightly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/380895f2deb18ed9e7a8be69961af2ed221ba9d3

Modified Files
--------------
doc/src/sgml/stylesheet-speedup-xhtml.xsl | 41 +++++++++++++++++++++++++++++++
1 file changed, 41 insertions(+)


pgsql-committers by date:

Previous
From: Erik Rijkers
Date:
Subject: Re: pgsql: Build HTML documentation using XSLT stylesheets by default
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases