Re: [HACKERS] Indixing problems... - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Re: [HACKERS] Indixing problems...
Date
Msg-id 199809090405.NAA14214@srapc451.sra.co.jp
Whole thread Raw
In response to Indixing problems...  (Vadim Mikheev <vadim@krs.ru>)
Responses Re: [HACKERS] Indixing problems...  ("Billy G. Allie" <Bill.Allie@mug.org>)
List pgsql-hackers
>David Hartwig wrote:
>>
>> This is the same problem as that has been pestering me for two weeks.
>>
>> Billy, please try this simple test:
>>
>> CREATE TABLE foo (bar int);
>>
>> \d foo
>>
>> CREATE INDEX foo_idx ON foo USING btree (bar);
>>
>> \d foo
>>
>> Is foo gone?
>
>Please apply this patch...
>
>Vadim

Thanks so much. Now index problems have gone from my LinuxPPC box!

Only remaining problem seems somewhat related to view. Still the
select_views test and "select * from pg_user" produces core dumps.
--
Tatuso Ishii
t-ishii@sra.co.jp

pgsql-hackers by date:

Previous
From: David Hartwig
Date:
Subject: Re: [HACKERS] index fix report
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Indixing problems...