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
-
Avoid crashing when a JIT-inlined backend function throws an error.
- dccda847b709 12.20 landed
- 86fac88eed4b 13.16 landed
- 5401e70e47aa 15.8 landed
- 13abc1f66074 14.13 landed
- 5d6c64d29097 17.0 landed
- 07d66d3cc2a9 16.4 landed