pg_bsd_indent compiles bytecode

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Pg Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: pg_bsd_indent compiles bytecode
Date: 2020-06-23 21:56:10
Message-ID: 20200623215610.GA30248@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I just noticed that when you compile pg_bsd_indent with a PG tree that
has --enable-jit (or something around that), then it compiles the source
files into bytecode.

Obviously this is not harmful since these files don't get installed, but
I wonder if our compiles aren't being excessively generous.

--
Álvaro Herrera http://www.twitter.com/alvherre

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2020-06-23 22:24:05 Re: Avoiding hash join batch explosions with extreme skew and weird stats
Previous Message Maciek Sakrejda 2020-06-23 21:47:57 Re: EXPLAIN: Non-parallel ancestor plan nodes exclude parallel worker instrumentation