Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0

From: "Tom" <tom(at)minnesota(dot)com>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0
Date: 2003-03-27 17:37:47
Message-ID: 2195.63.226.186.156.1048786667.squirrel@mail.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Neil Conway <neilc(at)samurai(dot)com> writes:
>> On Wed, 2003-03-26 at 20:42, Thomas T. Thai wrote:
>>> ERROR: datumGetSize: Invalid typLen 0
>
>> Works for me:
>
> Me too. Could be a 64-bit issue? Or a bug in the compiler Thomas is
> using?
>
> Please get a stack trace from the point of the error and post that.

Tom, since I am unable to send direct email to you because the larger
63.226.* ip class is blocked by five-ten-sg.com. I only have a small
63.226.186.152/29 block under that, but I get affected too.

---
<tgl(at)sss(dot)pgh(dot)pa(dot)us>:
Connected to 192.204.191.242 but sender was rejected.
Remote host said: 550 5.7.1 Probable spam from 63.226.186.153 refused - see
http://www.five-ten-sg.com/blackhole.php?63.226.186.153
---

If you would like, I can create an account and you can test it out? Do you
have a diff email address we could communicate through?

The error:

ERROR: datumGetSize: Invalid typLen 0

doesn't cause a crash on 7.4-snapshot. Is there a way to trace the problem
to see what it's doing? Here is my GCC version:

# gcc -v
Using builtin specs.
gcc version 2.95.3 20010315 (release) (NetBSD nb3)

--
Thomas

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas T. Thai 2003-03-27 17:51:43 Re: Deadlock while doing VACUUM??
Previous Message Dennis Gearon 2003-03-27 16:55:26 Re: Solution to UPDATE...INSERT problem