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

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

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!

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message nlp.sr 2015-08-16 02:34:46 BUG #13573: Load Balancing
Previous Message Tom Lane 2015-08-14 21:07:42 Re: BUG #13572: Foreign Key Corruption