Re: ANALYZE patch for review

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ANALYZE patch for review
Дата
Msg-id 2010.1076683282@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ANALYZE patch for review  ("Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk>)
Список pgsql-patches
"Mark Cave-Ayland" <m.cave-ayland@webbased.co.uk> writes:
> The only reason I kept the Relation parameter
> was because I wasn't sure if there was a historical reason why someone
> would need the relation information as well as the attribute
> information.

I can't think of one, but if someone did, they could extract the
relation OID from the pg_attribute row and re-open it for themselves.
So AFAICS this API does not omit any critical info.

I forgot to email you about the fetch_function revision, but I trust
it meets with your approval.  Right now it's just a wrapper around
heap_fetch, but I thought we might conceivably want something different
when we do functional-index stats.  The fetch function will give us
wiggle room if we need it.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: temp patch for win32 readdir issue
Следующее
От: Nick Barr
Дата:
Сообщение: TODO : Multiple inserts in a single statement