Re: pg_plan_advice - Mailing list pgsql-hackers

From Robert Haas
Subject Re: pg_plan_advice
Date
Msg-id CA+TgmobwW=BH6wXitn2LPyJ732dC3VFjRijdPrspT6Q5SPXdAw@mail.gmail.com
Whole thread
In response to Re: pg_plan_advice  (Tender Wang <tndrwang@gmail.com>)
List pgsql-hackers
On Wed, Apr 15, 2026 at 9:45 PM Tender Wang <tndrwang@gmail.com> wrote:
> I try a quick fix as follow:

Thanks, but that's not quite correct: it filters out the unique relids
only after testing the list, and also copies the list an extra time
unnecessarily. I've pushed a fix that I believe to be correct, with a
test case.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Heads Up: cirrus-ci is shutting down June 1st
Next
From: Heikki Linnakangas
Date:
Subject: Re: Reduce build times of pg_trgm GIN indexes