pgsql: doc: Further XSLT HTML build performance optimization

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: doc: Further XSLT HTML build performance optimization
Дата
Msg-id E1c76JL-0002qO-GH@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Erik Rijkers
Дата:
Сообщение: Re: pgsql: Build HTML documentation using XSLT stylesheets by default
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases