Re: Running the fdw test from the terminal crashes into the core-dump - Mailing list pgsql-hackers

From Amit Langote
Subject Re: Running the fdw test from the terminal crashes into the core-dump
Date
Msg-id CA+HiwqHQ2LKwNHXvboEQJy4H1-xBpcHJhCB-Xix4+bwvqTU8aw@mail.gmail.com
Whole thread Raw
In response to Re: Running the fdw test from the terminal crashes into the core-dump  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On Mon, Feb 19, 2024 at 4:44 AM Alvaro Herrera <alvherre@alvh.no-ip.org> wrote:
> On 2024-Feb-18, Tom Lane wrote:
>
> > So I'd blame this on faulty handling of the zero-partitions case in
> > the RTEPermissionInfo refactoring.  (I didn't bisect to prove that
> > a61b1f748 is exactly where it broke, but I do see that the query
> > successfully does nothing in v15.)
>
> You're right, this is the commit that broke it.  It's unclear to me if
> Amit is available to look at it, so I'll give this a look tomorrow if he
> isn't.

I'll look at this today.

--
Thanks, Amit Langote



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Reducing memory consumed by RestrictInfo list translations in partitionwise join planning
Next
From: Andrew Dunstan
Date:
Subject: Re: What about Perl autodie?