Re: Serious Crash last Friday - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Serious Crash last Friday
Date
Msg-id 20020617200241.D31261@svana.org
Whole thread Raw
In response to Re: Serious Crash last Friday  ("Henrik Steffen" <steffen@city-map.de>)
List pgsql-general
On Mon, Jun 17, 2002 at 11:38:00AM +0200, Henrik Steffen wrote:
> same employee table (but after initdb, and restored from fridays dump)
>
> how can i find out the correct length of the tuples?

Tuple incorrect length (parsed data=xxxxxx, length=xxx)

"parsed data" is what was processed
"length" is the amount allocated in the tuple header

so, "parsed data" <= "length" is good, though hopefully it's not too much
less.

HTH,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> There are 10 kinds of people in the world, those that can do binary
> arithmetic and those that can't.

pgsql-general by date:

Previous
From: "Henrik Steffen"
Date:
Subject: Re: Serious Crash last Friday
Next
From: Egon Sommer
Date:
Subject: TEXT and NULL...