Re: PG 11 JIT deform failure

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: PG 11 JIT deform failure
Дата
Msg-id 0BECEC12-5E7B-464B-80C5-B5938C3EA76C@anarazel.de
обсуждение исходный текст
Ответ на Re: PG 11 JIT deform failure  (didier <did447@gmail.com>)
Ответы Re: PG 11 JIT deform failure  (didier <did447@gmail.com>)
Список pgsql-hackers
Hi,

On June 13, 2019 11:08:15 AM PDT, didier <did447@gmail.com> wrote:
>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 that case we ought to never generate a deform expression step - core code doesn't afair. That's only done I'd
there'sactually something to deform. I'm fine with adding an assert tough 

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.



В списке pgsql-hackers по дате отправления:

Предыдущее
От: didier
Дата:
Сообщение: Re: PG 11 JIT deform failure
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Custom table AMs need to include heapam.h because of BulkInsertState