Re: BUG #19105: Parallel Hash Join crash when work_mem is small

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: nageshdbaa(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #19105: Parallel Hash Join crash when work_mem is small
Date: 2025-11-09 22:35:10
Message-ID: CA+hUKGJwCNT_mSZQn8XYzF+PV4GzgSBNEcAS6ouyso+4-RpXDA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Mon, Nov 10, 2025 at 4:23 AM PG Bug reporting form
<noreply(at)postgresql(dot)org> wrote:
> ERROR: could not attach to dynamic shared area
> DETAIL: invalid dsa_handle

ereport(ERROR,
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
errmsg("could not attach to dynamic shared area")));

Where do we emit that DETAIL message?

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2025-11-09 22:36:09 Re: BUG #19093: Behavioral change in walreceiver termination between PostgreSQL 14.17 and 14.18
Previous Message Tomas Vondra 2025-11-09 17:49:13 Re: BUG #19105: Parallel Hash Join crash when work_mem is small