Re: JIT causes core dump during error recovery

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ranier Vilela <ranier.vf@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2024-06-26T18:42:49Z
Lists: pgsql-hackers
Ranier Vilela <ranier.vf@gmail.com> writes:
> Em qua., 26 de jun. de 2024 às 15:09, Tom Lane <tgl@sss.pgh.pa.us> escreveu:
>> lineno = 843 matches the expected error location in int4_div().

> Did you mean *int4div*, right?

Right, typo.

			regards, tom lane



Commits

  1. Avoid crashing when a JIT-inlined backend function throws an error.