Re: pgsql: Track unpruned relids to avoid processing pruned relations

From: Robins Tharakan <tharakan(at)gmail(dot)com>
To: Amit Langote <amitlan(at)postgresql(dot)org>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Track unpruned relids to avoid processing pruned relations
Date: 2025-03-03 13:02:37
Message-ID: CAEP4nAyYHhqkCF1RsUVN1+aviNYbZnQLuYAvKfBtzBjnrKGxqw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi Amit,

On Fri, 7 Feb 2025 at 18:45, Amit Langote <amitlan(at)postgresql(dot)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.

Ref:
1.
https://www.postgresql.org/message-id/18830-1f31ea1dc930d444%40postgresql.org

-
robins

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2025-03-03 16:10:28 pgsql: Allow parallel CREATE INDEX for GIN indexes
Previous Message Michael Paquier 2025-03-03 01:01:01 pgsql: Handle auxiliary processes in SQL functions of backend statistic