Re: What to do with inline warnings?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: What to do with inline warnings?
Дата
Msg-id 1390.1210794516@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: What to do with inline warnings?  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Fwiw, these two call sites are only for when HeapTupleSatisfiesMVCC finds a
> tuples which has been moved away by VACUUM FULL... The latter for when it
> finds such a tuple but the VACUUM FULL aborted.

> It seems quite likely that the compiler is actually right (by chance) and we
> shouldn't be optimizing those cases at the expense of more common cases.

I trimmed the original message quite a bit --- there were a lot more
than two call sites that it was deciding not to inline.  Maybe it's
making the right choices or maybe not.
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: What to do with inline warnings?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: bug in localized \df+ output