Re: BUG #19078: Segfaults in tts_minimal_store_tuple() following pg_upgrade

Yuri Zamyatin <yuri@yrz.am>

From: Yuri Zamyatin <yuri@yrz.am>
To: David Rowley <dgrowleyml@gmail.com>, Amit Langote <amitlangote09@gmail.com>
Cc: Jeff Davis <pgsql@j-davis.com>, pgsql-bugs@lists.postgresql.org
Date: 2025-10-16T01:10:43Z
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 →
  1. Fix reset of incorrect hash iterator in GROUPING SETS queries

  2. Fix EPQ crash from missing partition directory in EState

Thank you very much.

I just tested pruning on the original case with the patch
you sent and confirm segfaults went away.

Regarding hash aggregation, I'll try to find a test case and
follow up within a day or so (cloning a huge db right now).