Re: BUG #19363: PostgreSQL shared memory exhaustion during query execution involving views and parallel workers

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Richard Guo <guofenglinux@gmail.com>
Cc: jinhui.lai@qq.com, pgsql-bugs@lists.postgresql.org
Date: 2025-12-27T21:33:19Z
Lists: 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