Re: pgsql: Add documentation for the JIT feature.

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

Hi,

On 2018-03-29 15:20:58 -0300, Alvaro Herrera wrote:
> Andres Freund wrote:
>
> > 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?
>
> Maybe it can be tested for in "make check"? That's probably even
> faster.

Hm, what's wrong just doing it in the normal build? It's a desired build
artifact, so I really don't see any argument for not building it by
default? Don't quite see what the advantage of doing it during make
check would be?

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-03-29 18:38:42 pgsql: README change: update for hash access method
Previous Message Alvaro Herrera 2018-03-29 18:20:58 Re: pgsql: Add documentation for the JIT feature.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2018-03-29 18:38:52 Re: Typo in src/backend/access/hash/README
Previous Message Andres Freund 2018-03-29 18:30:50 Re: ALTER TABLE ADD COLUMN fast default