Re: v16dev: invalid memory alloc request size 8488348128 - Mailing list pgsql-hackers

From David Rowley
Subject Re: v16dev: invalid memory alloc request size 8488348128
Date
Msg-id CAApHDvofDJMp+=nRg0kqML2sQb1q_rD7oAecZUF+d-FtBXYtOQ@mail.gmail.com
Whole thread Raw
In response to Re: v16dev: invalid memory alloc request size 8488348128  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: v16dev: invalid memory alloc request size 8488348128
List pgsql-hackers
On Sat, 15 Apr 2023 at 13:03, Justin Pryzby <pryzby@telsasoft.com> wrote:
> Maybe you'll find valgrind errors to be helpful.

I don't think that's really going to help.  The crash already tells us
there's a problem down the line, but if the commit you mention is to
blame for this, then the problem is elsewhere, either in our
assumption that we can get away without the datumCopy() or in the
aggregate function producing the state that we're no longer copying.

David



pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Support logical replication of DDLs
Next
From: Michael Paquier
Date:
Subject: Re: Tab completion for CREATE SCHEMAAUTHORIZATION