Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Date: 2016-11-30 15:44:46
Message-ID: ed1319fe-9be7-c9d0-3881-d9fd70e10830@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 11/16/16 3:59 PM, Peter Eisentraut wrote:
>>> Build HTML documentation using XSLT stylesheets by default
>>>
>>> The old DSSSL build is still available for a while using the make
>>> target
>>> "oldhtml".
>>
>> This xslt build takes 8+ minutes, compared to barely 1 minute for
>> 'oldhtml'.
>
> I have committed another patch to improve the build performance a bit.
> Could you check again?
>
> On my machine and on the build farm, the performance now almost matches
> the DSSSL build.

Anyone who is still getting terrible performance (>2x slower) from the
html build, please send me the output of

xsltproc --profile --timing --stringparam pg.version '10devel'
stylesheet.xsl postgres.xml 2>profile.txt

so I can look into it.

(It will be big, so feel free to paste it somewhere or send privately.)

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-11-30 16:08:05 pgsql: Make all unicode perl scripts to use strict, rearrange logic for
Previous Message Peter Eisentraut 2016-11-30 14:40:39 pgsql: doc: Fix typo

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2016-11-30 15:46:07 Re: Mail thread references in commits
Previous Message Stephen Frost 2016-11-30 15:24:08 Re: Minor correction in alter_table.sgml