Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0 - Mailing list pgsql-hackers

From Tom
Subject Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0
Date
Msg-id 2195.63.226.186.156.1048786667.squirrel@mail.minnesota.com
Whole thread Raw
In response to Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> Neil Conway <neilc@samurai.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@sss.pgh.pa.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



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: updateable cursors & visibility
Next
From: "Thomas T. Thai"
Date:
Subject: Re: Deadlock while doing VACUUM??