Re: BUG #14344: string_agg(DISTINCT ..) crash - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14344: string_agg(DISTINCT ..) crash
Date
Msg-id 12479.1475122250@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14344: string_agg(DISTINCT ..) crash  (lr@pcorp.us)
Responses 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>)
List 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 by date:

Previous
From: lr@pcorp.us
Date:
Subject: BUG #14344: string_agg(DISTINCT ..) crash
Next
From: Michael Paquier
Date:
Subject: Re: BUG #14344: string_agg(DISTINCT ..) crash