Re: BUG #19078: Segfaults in tts_minimal_store_tuple() following pg_upgrade
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: David Rowley <dgrowleyml@gmail.com>, Yuri Zamyatin <yuri@yrz.am>
Cc: Amit Langote <amitlangote09@gmail.com>, pgsql-bugs@lists.postgresql.org
Date: 2025-10-18T01:55:30Z
Lists: pgsql-bugs
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Fix reset of incorrect hash iterator in GROUPING SETS queries
- 0b6a02f0355c 18.1 landed
- 5c0a20003b43 19 (unreleased) landed
-
Fix EPQ crash from missing partition directory in EState
- 1296dcf18b1c 18.1 landed
- 905e932f0922 19 (unreleased) landed
On Sat, 2025-10-18 at 11:58 +1300, David Rowley wrote: > Here's a patch which I think should fix the issue. It'd be great if > you could patch with that and ensure that there's no more crashing. > > Many thanks for assisting with this. The patch looks good to me. The problem was introduced in 4d143509cb, so backporting to v18 should be far enough. Big thanks to both of you. Regards, Jeff Davis