Thanks to visit codestin.com
Credit goes to postgrespro.com

Re: tuplesort: unexpected end of data - Mailing list pgsql-hackers

From Tom Lane
Subject Re: tuplesort: unexpected end of data
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: tuplesort: unexpected end of data  (NunoACHenriques <[email protected]>)
List pgsql-hackers
NunoACHenriques <[email protected]> writes:
>     A different error today:
> [MemoryContextAlloc: invalid request size 4294967295]

This could be a variant of the same problem: instead of getting a zero
tuple length from the sort temp file, we're reading a -1 tuple length.
Still no way to tell if it's a hardware glitch or a software bug.
(If the latter, presumably the code is getting out of step about its
read position in the temp file --- but how?)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Lee Kindness
Date:
Subject: Re: [BUGS] Bug #640: ECPG: inserting float numbers
Next
From: "Ulrich Neumann"
Date:
Subject: Native Win32/OS2/BeOS/NetWare ports