Re: [HACKERS] Indixing problems...

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] Indixing problems...
Дата
Msg-id 199809090405.NAA14214@srapc451.sra.co.jp
обсуждение исходный текст
Ответ на Indixing problems...  (Vadim Mikheev <vadim@krs.ru>)
Ответы Re: [HACKERS] Indixing problems...  ("Billy G. Allie" <Bill.Allie@mug.org>)
Список 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 по дате отправления:

Предыдущее
От: David Hartwig
Дата:
Сообщение: Re: [HACKERS] index fix report
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Indixing problems...