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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexander Law <exclusion(at)gmail(dot)com>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>, Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Date: 2016-12-15 16:51:24
Message-ID: 32425.1481820684@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Alexander Law <exclusion(at)gmail(dot)com> writes:
> Hello Alvaro,
> It's caused by the condition
> <xsl:when test="function-available('suwl:unwrapLinks')">...
> in the simple.xlink template
> (docbook/stylesheet/docbook-xsl/xhtml/inline.xsl). (This test executed
> for each xlink (~ 90000 times)).
> Yes, it's inefficient but it doesn't affect build time (for me).
> You can try to apply the attached patch and measure the time with it.

For me, that reduces the "make html" time from 1m44s to 1m43s.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-12-15 19:36:02 pgsql: Sync our copy of the timezone library with IANA release tzcode20
Previous Message Magnus Hagander 2016-12-15 15:47:43 pgsql: Add missing newline in message

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2016-12-15 17:50:00 Re: WIP: Faster Expression Processing and Tuple Deforming (including JIT)
Previous Message Tom Lane 2016-12-15 16:39:10 Re: postgres_fdw bug in 9.6