Re: jit and explain nontext - Mailing list pgsql-hackers

From Tom Lane
Subject Re: jit and explain nontext
Date
Msg-id 3643530.1602724513@sss.pgh.pa.us
Whole thread Raw
In response to Re: jit and explain nontext  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: jit and explain nontext  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> Just for some reference. Some wisdom was shared in [1], which made a
> lot of sense to me.
> If we apply that, then we just need to decide if displaying any jit
> related fields without any jitted expressions is relevant.

Hmm, I dunno if my opinion counts as "wisdom", but what I was arguing for
there was that we should print stuff if it's potentially invoked by a
run-time decision, but not if it was excluded at plan time.  I'm not
totally clear on whether jitting decisions are fixed by the plan tree
(including its cost values) or if the executor can make different
decisions in different executions of the identical plan tree.
If the latter, then I agree with Justin that this is a bug.

            regards, tom lane



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: ALTER TABLE .. DETACH PARTITION CONCURRENTLY
Next
From: David Rowley
Date:
Subject: Re: jit and explain nontext