Re: pgsql: Track unpruned relids to avoid processing pruned relations - Mailing list pgsql-committers

From Robins Tharakan
Subject Re: pgsql: Track unpruned relids to avoid processing pruned relations
Date
Msg-id CAEP4nAyYHhqkCF1RsUVN1+aviNYbZnQLuYAvKfBtzBjnrKGxqw@mail.gmail.com
Whole thread Raw
In response to pgsql: Track unpruned relids to avoid processing pruned relations  (Amit Langote <amitlan@postgresql.org>)
Responses Re: pgsql: Track unpruned relids to avoid processing pruned relations
List pgsql-committers
Hi Amit,

On Fri, 7 Feb 2025 at 18:45, Amit Langote <amitlan@postgresql.org> wrote:
Track unpruned relids to avoid processing pruned relations


Since this change, the SQL in the bug-report #18830 [1] segfaults reliably. 

The SQL was tested with commits as recent as 15a79c7311 (2nd March),
so it appears unrelated to the other Merge fixes that went in.

-
robins

pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Handle auxiliary processes in SQL functions of backend statistic
Next
From: Tomas Vondra
Date:
Subject: pgsql: Allow parallel CREATE INDEX for GIN indexes