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

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Date: 2016-11-17 06:53:33
Message-ID: ccab1cb0ffc1d7efd1dad16cbdd11d47@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2016-11-17 02:15, Peter Eisentraut wrote:
> On 11/16/16 1:14 PM, Erik Rijkers wrote:
>> real 5m21.348s -- for 'make -j 8 html'
>> versus
>> real 1m8.502s -- for 'make -j 8 oldhtml'
>>
>> Centos 6.6 - I suppose it's getting a bit old, I don't know if that's
>> the cause of the discrepancy with other's measurements.
>
> I tested the build on a variety of operating systems, including that
> one, with different tool chain versions and I am getting consistent
> performance. So the above is unclear to me at the moment.
>
> For the heck of it, run this
>
> xsltproc --nonet --stringparam pg.version '10devel' stylesheet.xsl
> postgres.xml
>
> to make sure it's not downloading something from the network.

$ time xsltproc --nonet --stringparam pg.version '10devel'
stylesheet.xsl postgres.xml
real 5m43.776s

$ ( cd /home/aardvark/pg_stuff/pg_sandbox/pgsql.HEAD/doc/src/sgml; time
make oldhtml )
real 1m14.152s

(I did clean out in between)

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-11-17 16:32:47 pgsql: Avoid pin scan for replay of XLOG_BTREE_VACUUM in all cases
Previous Message Peter Eisentraut 2016-11-17 01:15:25 Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default

Browse pgsql-hackers by date

  From Date Subject
Next Message Rahila Syed 2016-11-17 07:26:06 Assignment of valid collation for SET operations on queries with UNKNOWN types.
Previous Message Craig Ringer 2016-11-17 06:47:49 Re: Document how to set up TAP tests for Perl 5.8.8