Re: pgsql: Add documentation for the JIT feature. - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: pgsql: Add documentation for the JIT feature.
Date
Msg-id 20180329125955.7utz5ergjp2oxhwy@alvherre.pgsql
Whole thread Raw
Responses Re: pgsql: Add documentation for the JIT feature.  (John Naylor <jcnaylor@gmail.com>)
Re: pgsql: Add documentation for the JIT feature.  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: pgsql: Add documentation for the JIT feature.  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Moving thread to pgsql-hackers.

Simon Riggs wrote:
> On 28 March 2018 at 22:23, Andres Freund <andres@anarazel.de> wrote:
> 
> > Add documentation for the JIT feature.
> 
> Very nice feature and most welcome but we should call it something
> other than just "JIT"
> 
> JIT means Just In Time, which could be applied to many concepts and
> has been in use for many years in a range of concepts. particularly in
> manufacturing/logistics and project management.

I agree.  In some email threads Andres has been using "JIT" as a verb,
too, such as "JITing expressions" and such; that's a bit shocking, in a
way.  Honestly I don't care in a pgsql-hackers thread, I mean we all
understand what it means, but in user-facing docs and things we should
use complete words, "JIT-compile", "JIT-compilation", "JIT-compiling"
and so on.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: JIT compiling with LLVM v12.2
Next
From: Tomas Vondra
Date:
Subject: Re: Parallel Aggregates for string_agg and array_agg