Re: [HACKERS] index fix report

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: [HACKERS] index fix report
Дата
Msg-id 35EE2EB4.1FA7EA64@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: [HACKERS] index fix report  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
> OK, everything is there now.

The select_having test now passes. The other tests which were broken
yesterday are still broken:

constraints .. failed -- trouble finding a new table after dropping old
...
create_index .. failed -- trouble creating an index after creating first
sanity_check .. failed -- missing tables from previous failures, n/a
...
select_views .. failed -- old (one month?) problem with core dump
...
run_ruletest .. failed -- dba account name differs, n/a

I did a "make distclean" earlier this evening, and a "make clean" and
"initdb" during this recent build session, so things should be up to
date. Let's not worry about select_views until we've fixed constraints
and create_index, since that is an older problem.

I'm sure we are getting closer though...

                  - Tom

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

Предыдущее
От: "Thomas G. Lockhart"
Дата:
Сообщение: Re: [HACKERS] index fix report
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: questionable code in heap_formtuple()