Thread

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

    Tom Lane <tgl@sss.pgh.pa.us> — 2025-12-27T21:33:19Z

    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