Re: [HACKERS] Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Re: [COMMITTERS] pgsql: Build HTML documentation using XSLT stylesheets by default
Date
Msg-id 32425.1481820684@sss.pgh.pa.us
Whole thread Raw
In response to [HACKERS] Re: [COMMITTERS] pgsql: Build HTML documentation using XSLTstylesheets by default  (Alexander Law <exclusion@gmail.com>)
List pgsql-hackers
Alexander Law <exclusion@gmail.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



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] postgres_fdw bug in 9.6
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] WIP: Faster Expression Processing and Tuple Deforming(including JIT)