Re: Memory alloc exception

2021-06-15 Thread Tom Lane
writes: > I get this error when running a SQL statement in my Java application. > ERROR: Invalid memory alloc request size 1683636507 This is a pretty common symptom of corrupt data (specifically, that the length word of a variable-length field is garbage). More than that can't be said with the

Re: Memory alloc exception

2021-06-15 Thread Ron
On 6/15/21 6:09 AM, paul.m...@lfv.se wrote: Hi list, I get this error when running a SQL statement in my Java application. ERROR: Invalid memory alloc request size 1683636507 Location: File: d:\pginstaller.auto\postgres.windows-x64\src\backend\utils\mmgr\mcxt.c, Routine: MemoryContextAlloc,