Re: BUG #13571: sql-only extension segfaults backend during creation

From: "Shulgin, Oleksandr" <oleksandr(dot)shulgin(at)zalando(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: feikesteenbergen <feikesteenbergen(at)gmail(dot)com>, Pg Bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #13571: sql-only extension segfaults backend during creation
Date: 2015-08-17 09:20:15
Message-ID: CACACo5Qpw5c7dL1_wVD6W4Lm3LWjJB5cbDDJqjnxohqQm4jw8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, Aug 15, 2015 at 6:01 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Oleksandr Shulgin <oleksandr(dot)shulgin(at)zalando(dot)de> writes:
> > feikesteenbergen(at)gmail(dot)com writes:
> >> When installing a sql-only extension, my backend crashes taking the
> cluster
> >> with it.
>
> > I did a quick debugging session on this and I believe that the cast_hash
> > logic in pl_exec.c is to blame.
>
> I've pushed a fix for that. Thanks for the report!
>

Thanks, I can confirm the latest master fixes it for me.

Is it going to be back-patched, at least to 9.5?

--
Alex

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message anmurray2014 2015-08-17 09:23:33 BUG #13577: password
Previous Message Naoya Anzai 2015-08-17 08:27:17 Re: BUG #13576: a weird behavior of pg_restore command