tuplesort.c's copytup_index() is dead code

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема tuplesort.c's copytup_index() is dead code
Дата
Msg-id CAM3SWZRcG5a3bLs1eUtBixE-D2ydvUJ0WJa+qfDJiqr=mwTswg@mail.gmail.com
обсуждение исходный текст
Ответы Re: tuplesort.c's copytup_index() is dead code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
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, in line with the existing
copytup_datum() case, where tuplesort.c also doesn't directly support
COPYTUP() (due to similar considerations around memory management).

--
Peter Geoghegan

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Reviewing freeze map code
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Odd behavior with domains