Re: [HACKERS] index fix report

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] index fix report
Дата
Msg-id 35F00CD6.A3376CF1@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] index fix report  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> regression=> explain select oid, relname from pg_class
> regression->  where oid = 19947;
> NOTICE:  QUERY PLAN:
>
> Index Scan using pg_class_oid_index on pg_class
>   (cost=2.03 size=2 width=36)
>
> EXPLAIN
>
> So these indices appear damaged.

Sorry, left out one of the test cases which lead to the conclusion that
multiple indices are damaged on my machine:

regression=> select oid, relname from pg_class
regression->  where oid = 19947;
oid|relname
---+-------
(0 rows)

                  - Tom

В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] index fix report
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] Minor bugs and a formatting gripe