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

From Michael Paquier
Subject Re: BUG #14344: string_agg(DISTINCT ..) crash
Date
Msg-id CAB7nPqTzxJwFP7gPZmQ9EBRKGDysPN7Wjs4MSgnwQM87f-KKfw@mail.gmail.com
Whole thread Raw
In response to Re: BUG #14344: string_agg(DISTINCT ..) crash  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: BUG #14344: string_agg(DISTINCT ..) crash  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-bugs
On Wed, Sep 28, 2016 at 9:10 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> lr@pcorp.us writes:
>> Let me know if you need more info or if this has already been fixed.
> 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.

No problems on OSX or Linux, but I am getting a crash on Windows
(Win7, MSVC 2010) even with latest REL9_6_STABLE. Oops.
--
Michael

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #14344: string_agg(DISTINCT ..) crash
Next
From: "Regina Obe"
Date:
Subject: Re: BUG #14344: string_agg(DISTINCT ..) crash