Re: BUG #17995: Segmentation fault caused by UPDATE statement
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Alexander Lakhin <exclusion@gmail.com>, zuming.jiang@inf.ethz.ch, pgsql-bugs@lists.postgresql.org
Date: 2023-06-26T04:56:42Z
Lists: pgsql-bugs
On Mon, Jun 26, 2023 at 12:27:08AM -0400, Tom Lane wrote: > Michael Paquier <michael@paquier.xyz> writes: >> Thanks for the pointer, I'll double-check that. Some of the locations >> of stack depth checks proposed involve performance-sensitive code >> paths, though, like mcxt.c :/ > > I hadn't looked at the patch yet, but ... mcxt.c? How is that recursive? > Even if there is some path that recurses through that, wouldn't the > check be better placed in a less-hot part of the loop? Yeah, that's my impression. I'll switch to the other thread after looking more in details. -- Michael
Commits
-
Check for interrupts and stack overflow in TParserGet().
- c7f33a197bf2 11.21 landed
- b6ab18a990ff 13.12 landed
- a77d90171441 15.4 landed
- 691594acd67e 16.0 landed
- 4c61afa47c61 14.9 landed
- 3b4580f5ce98 12.16 landed
-
Doc: Clarify the behavior of triggers/rules in a logical subscriber.
- f5c446e33675 16.0 cited