Re: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: iwebcas(at)gmail(dot)com
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script
Date: 2024-06-17 20:22:43
Message-ID: 3477011.1718655763@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> Encountering an error invalid DSA memory alloc request size 1811939328 when
> executing a prepared statement after multiple runs. The error occurs due to
> a different execution plan being chosen on the 6th attempt.

Could you submit a self-contained reproducer script for this? The
query alone is not enough information; we'd have to guess at your
table definition and contents. (Note that dummy data might be
enough to provoke it, so you can probably anonymize or remove
anything sensitive.)

> Could you please assist in understanding why the execution plan changes

Probably as a result of switching from custom to generic plan.
There's not anything exciting about that, but we would like to
get to the bottom of the DSA allocation failure.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Haifang Wang (Centific Technologies Inc) 2024-06-17 21:06:20 RE: [EXTERNAL] Re: Windows Application Issues | PostgreSQL | REF # 48475607
Previous Message David G. Johnston 2024-06-17 20:22:26 Re: BUG #18514: Encountering an error invalid DSA memory alloc request size 1811939328 when executing script