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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: lr(at)pcorp(dot)us
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14344: string_agg(DISTINCT ..) crash
Date: 2016-09-29 04:10:50
Message-ID: 12479.1475122250@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

lr(at)pcorp(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2016-09-29 04:23:56 Re: BUG #14344: string_agg(DISTINCT ..) crash
Previous Message lr 2016-09-29 03:55:38 BUG #14344: string_agg(DISTINCT ..) crash