Re: pgsql: In v11, disable JIT by default (it's still enabled by default in

From: Andres Freund <andres(at)anarazel(dot)de>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: In v11, disable JIT by default (it's still enabled by default in
Date: 2018-09-22 00:05:54
Message-ID: 20180922000554.qukbhhlagpnopvko@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2018-09-21 20:00:30 -0400, Bruce Momjian wrote:
> On Sat, Sep 15, 2018 at 06:27:42PM -0400, Bruce Momjian wrote:
> > On Sat, Sep 15, 2018 at 09:24:46PM +0000, Tom Lane wrote:
> > > In v11, disable JIT by default (it's still enabled by default in HEAD).
> > >
> > > Per discussion, JIT isn't quite mature enough to ship enabled-by-default.
> > >
> > > I failed to resist the temptation to do a bunch of copy-editing on the
> > > related documentation. Also, clean up some inconsistencies in which
> > > section of config.sgml the JIT GUCs are documented in vs. what guc.c
> > > and postgresql.config.sample had.
> > >
> > > Discussion: https://postgr.es/m/20180914222657.mw25esrzbcnu6qlu@alap3.anarazel.de
> >
> > It is good you mentioned something about this in the master branch so we
> > can make sure to mention jit as enabled by default in PG 12. We missed
> > that announcement for parallelism in PG 10 because of the lack of a
> > commit.
>
> Oh, this was backpatched to 11 so src/tools/git_changelog --master-only
> isn't going to show the commit when I do the PG 12 release notes. I am
> going to have to remember this.

How about creating a release-12.sgml now, and making a note of it? We
don't have to fill it continuosuly, but there seems no harm in making
note of things like this ahead of time.

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2018-09-22 00:28:58 pgsql: doc: JIT is enabled by default in PG 12
Previous Message Bruce Momjian 2018-09-22 00:00:30 Re: pgsql: In v11, disable JIT by default (it's still enabled by default in