Re: BUG #15225: [XX000] ERROR: invalid DSA memory alloc request size 1073741824 / Where: parallel worker

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frits Jalvingh <jal(at)etc(dot)to>
Cc: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15225: [XX000] ERROR: invalid DSA memory alloc request size 1073741824 / Where: parallel worker
Date: 2018-06-06 16:23:22
Message-ID: 11600.1528302202@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Frits Jalvingh <jal(at)etc(dot)to> writes:
> The "good" news is that this effect is apparently caused by something else.
> I fired those statements through an IDE (IntelliJ) written in Java and
> using jdbc. There seems to be something odd going on in there, because when
> I paste the query in psql then the effect with and without explain looks
> the same: 3 processes of which 2 "parallel workers" doing enormous amounts
> of I/O at 50..90% CPU. I will try to find out what easter egg in either
> that IDE or the JDBC driver causes this 8-/.

Ah. Something about query parameterization, is my bet.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Dilip Kumar 2018-06-06 16:53:24 Re: BUG #15225: [XX000] ERROR: invalid DSA memory alloc request size 1073741824 / Where: parallel worker
Previous Message Frits Jalvingh 2018-06-06 16:19:27 Re: BUG #15225: [XX000] ERROR: invalid DSA memory alloc request size 1073741824 / Where: parallel worker