Re: BUG #14344: string_agg(DISTINCT ..) crash

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #14344: string_agg(DISTINCT ..) crash
Дата
Msg-id 12479.1475122250@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #14344: string_agg(DISTINCT ..) crash  (lr@pcorp.us)
Ответы Re: BUG #14344: string_agg(DISTINCT ..) crash  (Michael Paquier <michael.paquier@gmail.com>)
Re: BUG #14344: string_agg(DISTINCT ..) crash  ("Regina Obe" <lr@pcorp.us>)
Re: BUG #14344: string_agg(DISTINCT ..) crash  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-bugs
lr@pcorp.us writes:
> Let me know if you need more info or if this has already been fixed.

Hm, works OK for me:

regression=# SELECT string_agg(DISTINCT state, ',' ORDER BY state)
FROM string_agg_crash_test;
    string_agg
-------------------
 HI,IL,KS,MA,MA,NY
(1 row)

But I see no post-rc1 fixes that look like they might explain this.

            regards, tom lane

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

Предыдущее
От: lr@pcorp.us
Дата:
Сообщение: BUG #14344: string_agg(DISTINCT ..) crash
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #14344: string_agg(DISTINCT ..) crash