Re: Dead code as a result of plan cache invalidation?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Dead code as a result of plan cache invalidation?
Дата
Msg-id 26609.1183566243@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Dead code as a result of plan cache invalidation?  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Dead code as a result of plan cache invalidation?
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Should this case at heaptuple.c:1606 be turned into an elog() now that we have
> plan cache invalidation?

No, I think it's good as-is.  Reading the column as null is the correct
behavior.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ACM Paper relevant to our buffer algorithm
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Dead code as a result of plan cache invalidation?