Re: BUG #19363: PostgreSQL shared memory exhaustion during query execution involving views and parallel workers - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #19363: PostgreSQL shared memory exhaustion during query execution involving views and parallel workers
Date
Msg-id 2380298.1766871199@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #19363: PostgreSQL shared memory exhaustion during query execution involving views and parallel workers  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> What I'm wondering is why this plan was accepted at all.  Does PHJ
> not consider work_mem or a similar limit on hash table size?

Ah, found it.  See

https://www.postgresql.org/message-id/2380165.1766871097%40sss.pgh.pa.us

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #19363: PostgreSQL shared memory exhaustion during query execution involving views and parallel workers
Next
From: PG Bug reporting form
Date:
Subject: BUG #19365: postgres 18 pg_dump fails whan drop sequence concurrently