> Neil Conway <[EMAIL PROTECTED]> 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 a
>> 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
>> -+---
> 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
> -+-
> defau
Please also note that if you change the data type from text to int, then
the test succeeds:
CREATE TABLE wow_cfgmap (
ts_id int
);
insert into wow_cfgmap values (1);
insert into wow_cfgmap values (2);
CREATE TABLE wow_cfg (
ts_id int
);
insert into wow_cfg values (1);
select
I just tested this on 7.4-snapshot-2003-03-24 and the same error occurred.
The one regression test (opr_sanity) in 7.4-snapshot that failed also had
this error.
ERROR: datumGetSize: Invalid typLen 0
> System: NetBSD / Alpha 1.6 (64 bit)
> Postgresql 7.3.2
>
> Bug: after vacuum analyze, I'm una