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 05:11:07
Message-ID: 4043.63.226.186.156.1048741867.squirrel@mail.minnesota.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

--
Thomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas T. Thai 2003-03-27 05:28:01 Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0
Previous Message Neil Conway 2003-03-27 05:05:51 Re: BUG: Vacuum Analyze - datumGetSize: Invalid typLen 0