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-14 13:58:08
Message-ID: 28662.1439560688@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:
> I did a quick debugging session on this and I believe that the cast_hash
> logic in pl_exec.c is to blame.

Hmm ... thought I'd fixed that in 0fc94a5ba, but apparently there's still
a missed case. Will look, thanks for the report!

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-08-14 14:23:10 Re: [BUGS] Re: BUG #13541: There is a visibility issue when run some DDL and Query. The time window is very shot
Previous Message Oleksandr Shulgin 2015-08-14 13:08:01 Re: BUG #13571: sql-only extension segfaults backend during creation