Sort is actually PlanState?

Поиск
Список
Период
Сортировка
От Hitoshi Harada
Тема Sort is actually PlanState?
Дата
Msg-id AANLkTimEhJ=ZR_HT1XciS8kGEsw17ViCGhZwGoEPtFfb@mail.gmail.com
обсуждение исходный текст
Ответы Re: Sort is actually PlanState?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wonder why SortState is a ScanState. As far as I know ScanState
means the node may need projection and/or qualification, or it scans
some relation, but Sort actually doesn't do such things. I also tried
to modify SortState as PlanState as in the attached patch and
regression test passed. Do I misunderstand ScanState?

Regards,

--
Hitoshi Harada

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] Custom code int(32|64) => text conversions out of performance reasons
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Sort is actually PlanState?