Re: [HACKERS] Indixing problems...

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: Vadim Mikheev <vadim(at)krs(dot)ru>
Cc: David Hartwig <daveh(at)insightdist(dot)com>, "Billy G(dot) Allie" <Bill(dot)Allie(at)mug(dot)org>, hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Indixing problems...
Date: 1998-09-09 04:05:46
Message-ID: 199809090405.NAA14214@srapc451.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sra(dot)co(dot)jp

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-09-09 04:25:30 Re: [HACKERS] Indixing problems...
Previous Message Vadim Mikheev 1998-09-09 03:21:05 Indixing problems...