Re: Patch to fix write after end of array in hashed agg initialization

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Patch to fix write after end of array in hashed agg initialization
Дата
в 04:02:36
Msg-id
16775.1558584156@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Patch to fix write after end of array in hashed agg initialization Colm McHugh <colm.mchugh@gmail.com>
Re: Patch to fix write after end of array in hashed agg initialization Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to fix write after end of array in hashed agg initialization Andrew Gierth <andrew@tao11.riddles.org.uk>
Re: Patch to fix write after end of array in hashed agg initialization Andrew Gierth <andrew@tao11.riddles.org.uk>
Re: Patch to fix write after end of array in hashed agg initialization Tom Lane <tgl@sss.pgh.pa.us>
Re: Patch to fix write after end of array in hashed agg initialization Andrew Gierth <andrew@tao11.riddles.org.uk>
Re: Patch to fix write after end of array in hashed agg initialization Andrew Gierth <andrew@tao11.riddles.org.uk>
Andrew Gierth  writes:
> My inclination is to fix this in the planner rather than the executor;
> there seems no good reason to actually hash a duplicate column more than
> once.

Sounds reasonable --- but would it make sense to introduce some
assertions, or other cheap tests, into the executor to check that
it's not being given a case it can't handle?

			regards, tom lane


В списке pgsql-hackers по дате отправления
От: Tom Lane
Дата:
От: Andrew Gierth
Дата:
FAQ