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

From Thomas T. Thai
Subject Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0
Date
Msg-id 4176.63.226.186.156.1048742881.squirrel@mail.minnesota.com
Whole thread Raw
In response to Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0  ("Tom" <tom@minnesota.com>)
List pgsql-hackers
>> On Wed, 2003-03-26 at 20:42, Thomas T. Thai wrote:
> [...]
>>> ERROR:  datumGetSize: Invalid typLen 0
>>
>> Works for me:
>>
>> [nconway:/home/nconway]% psql -f bug.sql
>> CREATE TABLE
>> INSERT 287424 1
>> INSERT 287425 1
>> CREATE TABLE
>> INSERT 287431 1
>>  ts_name | ts_name
>> ---------+---------
>>  default | default
>>  default | default
>> (2 rows)
>>
>> VACUUM
>>  ts_name | ts_name
>> ---------+---------
>>  default | default
>>  default | default
>> (2 rows)
> [...]
>> Not to suggest that the bug doesn't exist -- merely that it appears to
>> be platform or hardware-dependant.
>
> I think it's NetBSD / Alpha specific as it works on Linux / Alpha.

There was a report of this problem on Linux Alpha back in 7.3.1:

http://archives.postgresql.org/pgsql-bugs/2002-12/msg00215.php

--
Thomas



pgsql-hackers by date:

Previous
From: "Tom"
Date:
Subject: Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0
Next
From: Tom Lane
Date:
Subject: Re: Solution to UPDATE...INSERT problem