Re: pg11.1 jit segv

From: Andres Freund <andres(at)anarazel(dot)de>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg11.1 jit segv
Date: 2018-11-16 16:29:27
Message-ID: 20181116162927.vh32l4rzlnulpuac@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

On 2018-11-16 08:38:26 -0600, Justin Pryzby wrote:
> On Thu, Nov 15, 2018 at 04:17:51PM -0800, Andres Freund wrote:
> > I'm about to commit some changes to 12/master that'd possibly make it
> > easier to find issues like this.
>
> Are you referring to this a future commit ?
> commit 763f2edd92095b1ca2f4476da073a28505c13820
> Rejigger materializing and fetching a HeapTuple from a slot.

I was thinking of

commit 15d8f83128e15de97de61430d0b9569f5ebecc26
Author: Andres Freund <andres(at)anarazel(dot)de>
Date: 2018-11-15 22:00:30 -0800

Verify that expected slot types match returned slot types.

(and then the followup fix in a387a3df)

(will try to catch up later with the rest of what you wrote, after I had
some coffee).

- Andres

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2018-11-16 16:35:47 Re: Libpq support to connect to standby server as priority
Previous Message Jean-Christophe Arnu 2018-11-16 16:28:32 Re: wal_dump output on CREATE DATABASE