Re: tuplesort.c's copytup_index() is dead code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: tuplesort.c's copytup_index() is dead code
Дата
Msg-id 6217.1466737147@sss.pgh.pa.us
обсуждение исходный текст
Ответ на tuplesort.c's copytup_index() is dead code  (Peter Geoghegan <pg@heroku.com>)
Ответы Re: tuplesort.c's copytup_index() is dead code  (Peter Geoghegan <pg@heroku.com>)
Re: tuplesort.c's copytup_index() is dead code  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
Peter Geoghegan <pg@heroku.com> writes:
> Commit 9f03ca915 removed the only COPYTUP() call that could reach
> copytup_index() in practice, making copytup_index() dead code.

> The attached patch removes this dead code,

I think this may be premature in view of bug #14210.  Even if we
don't reinstate use of this function to fix that, I'm not really
convinced we want to get rid of it; it seems likely to me that
we might want it again.
        regards, tom lane



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

Предыдущее
От: "Tsunakawa, Takayuki"
Дата:
Сообщение: Re: initdb issue on 64-bit Windows - (Was: [pgsql-packagers] PG 9.6beta2 tarballs are ready)
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Odd behavior with domains