Re: [HACKERS] VACUUM ANALYZE Problem

Поиск
Список
Период
Сортировка
От Vadim B. Mikheev
Тема Re: [HACKERS] VACUUM ANALYZE Problem
Дата
Msg-id 34D946E7.7C1D36F4@sable.krasnoyarsk.su
обсуждение исходный текст
Ответ на Re: [HACKERS] VACUUM ANALYZE Problem  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian wrote:
>
> OK, I have looked at this, but can't figure out how to fix the many
> initializations of ScanKeyData.  Can someone who understands this please
> submit a patch for all these initializations so we can stop these vacuum
> analyze reports?
>
> Vadim has found the problem, but we need someone to properly fix it.

Just apply my patch to stop "analyze-problem" reports (sorry, I didn't it).
As for other (possible) places, note that ScanKeyEntryInitialize()
initializes sk_func.fn_oid and so we have to worry about hard-coded
initializations only (when ScanKeyEntryInitialize() is not called).

Vadim

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] VACUUM ANALYZE Problem
Следующее
От: "Meskes, Michael"
Дата:
Сообщение: RE: [HACKERS] Hi