Re: PG 11 JIT deform failure

From: didier <did447(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PG 11 JIT deform failure
Date: 2019-06-13 18:08:15
Message-ID: CAJRYxuLc4gVKCsVHt6V3HvbNfsXnUn6K_+wd6S=Vfb0btF+qYw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Extensions can do it, timescaledb in this case with:
INSERT INTO ... RETURNING *;

Or replacing the test in llvm_compile_expr with an Assert in
slot_compile_deform ?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2019-06-13 18:35:32 Re: PG 11 JIT deform failure
Previous Message Alvaro Herrera 2019-06-13 18:00:14 Re: upgrades in row-level locks can deadlock