Re: Serious Crash last Friday

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Henrik Steffen <steffen(at)city-map(dot)de>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Serious Crash last Friday
Date: 2002-06-17 10:02:41
Message-ID: 20020617200241.D31261@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)svana(dot)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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Roger Mathis 2002-06-17 10:17:23 Clients for administration?
Previous Message Henrik Steffen 2002-06-17 09:38:00 Re: Serious Crash last Friday