Re: pgsql: Add documentation for the JIT feature.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add documentation for the JIT feature.
Date: 2018-03-29 18:16:52
Message-ID: 20180329181652.y2dwugnu7ais4top@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 2018-03-29 01:10:46 -0400, Tom Lane wrote:
> Andres Freund <andres(at)anarazel(dot)de> writes:
> > Add documentation for the JIT feature.
>
> guaibausaurus complains that this broke tarball building:
>
> make -C postgresql-11devel/doc/src/sgml/ INSTALL
> make[1]: Entering directory '/home/pgsql/buildfarm/buildroot/HEAD/pgsql.build/postgresql-11devel/doc/src/sgml'
> /usr/bin/xsltproc --path . --stringparam pg.version '11devel' --xinclude standalone-profile.xsl standalone-install.xml >INSTALL.xml
> /usr/bin/xmllint --noout --valid INSTALL.xml
> INSTALL.xml:721: element xref: validity error : IDREF attribute linkend references an unknown ID "jit"
> Makefile:115: recipe for target 'INSTALL.html' failed
> make[1]: *** [INSTALL.html] Error 4
>
> I'd guess you put a link into installation.sgml that can't be there.

Thanks for noticing, and thanks Bruce for fixing.

Could we add INSTALL to the all target in src/docs/sgml? It's a bit
awkward that one can build the docs and miss such a mistake. It's fast
to build in comparison to the rest of the docs, so that doesn't seem
like a high price?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2018-03-29 18:20:58 Re: pgsql: Add documentation for the JIT feature.
Previous Message Peter Geoghegan 2018-03-29 18:05:01 Re: pgsql: Optimize btree insertions for common case of increasing values

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-03-29 18:20:32 Re: Proposal: http2 wire format
Previous Message Robert Haas 2018-03-29 18:02:21 Re: Changing WAL Header to reduce contention during ReserveXLogInsertLocation()