Re: BUG #18986: SIGSEGV in nodeModifyTable.c during Parallel Execution
Yaroslav Syrytsia <me@ys.lc>
From: Yaroslav Syrytsia <me@ys.lc>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-bugs@lists.postgresql.org
Date: 2025-07-16T09:33:33Z
Lists: pgsql-bugs
Hello, I made a small reproducer here - https://github.com/joy4eg/pg-merge-crash It creates a few tables and then executes MERGE statements in parallel. Yaroslav. > On 2025-07-15 20:13 CEST Tom Lane <tgl@sss.pgh.pa.us> wrote: > > > PG Bug reporting form <noreply@postgresql.org> writes: > > During testing a flow in an app, I encountered a segfault that only happens > > during parallel execution: > > https://gist.github.com/joy4eg/708458e204f52129a8e54a13534586b7 > > This report isn't terribly helpful, since you have not explained > how to trigger the crash. If we can't duplicate it, it's hard > to decide what is the appropriate fix. > > regards, tom lane
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix concurrent update trigger issues with MERGE in a CTE.
- 91ad1bdef8e4 17.6 landed
- 27c7c11366f7 18.0 landed
- 5022ff250eeb 19 (unreleased) landed
-
Stamp 17.5.
- 5e2f3df49d42 17.5 cited
-
Fix concurrent update issues with MERGE.
- 9321c79c86e6 16.0 cited