Re: BUG #16293: postgres segfaults and returns SQLSTATE 08006 - Mailing list pgsql-bugs

From Andres Freund
Subject Re: BUG #16293: postgres segfaults and returns SQLSTATE 08006
Date
Msg-id 20200323220502.yzkkmisx4igmiwen@alap3.anarazel.de
Whole thread Raw
In response to Re: BUG #16293: postgres segfaults and returns SQLSTATE 08006  (Andres Freund <andres@anarazel.de>)
List pgsql-bugs
Hi,

On 2020-03-14 17:35:41 -0700, Andres Freund wrote:
> I think the only reason this issue doesn't have actually bad
> consequences is that we throw an error afterwards - which'll result in
> the executor tree not being used any further.
> 
> I'm inclined to simply copy v12's approach of just ad-hoc creating a
> slot in those routines?

Pushed a commit doing so in 10, 11 and in a seperate commit added tests
to 10-master.

Greetings,

Andres Freund



pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #16293: postgres segfaults and returns SQLSTATE 08006
Next
From: PG Bug reporting form
Date:
Subject: BUG #16312: How to get last modified timestamp of password change for user in postgresql.