Re: [GENERAL] regression test failed on 6.5

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Min Qiu <minq(at)UU(dot)NET>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] regression test failed on 6.5
Date: 1999-06-22 03:23:31
Message-ID: 199906220323.XAA05443@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Hi,
>
> I'm a newbie and have some questions:
>
> A regression test agaist a new installed 6.5 failed on
> items int2, int4 and geometry. It was in Linux 2.0.35.
> The posgresql was compiled by:
>
> $ gcc -v
> Reading specs from /usr/lib/gcc-lib/i386-pc-linux-gnulibc1/egcs-2.91.66/specs
> gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release)
>
> I tried the 6.4.2 before in the same enviroment with the
> same compiler. The regression test went 100% ok. However,
> I was not able to create a field by int8[] type:
>
> postgres=> create table test (v int8[]);
> ERROR: Unable to locate type name '_int8' in catalog

I have added to the TODO list:

* Allow array on int8[]

--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Richard Lynch 1999-06-22 03:53:04 No rule to make target 'util/SUBSYS.o'. Stop.
Previous Message Min Qiu 1999-06-22 02:46:30 regression test failed on 6.5