Re: Add starelid, attnum to pg_stats and leverage this in pg_dump

From: Sami Imseih <samimseih(at)gmail(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Date: 2026-08-31 00:21:07
Message-ID: CAA5RZ0s1s0Qan2eiJLx=_5UpWtt-sUK8tbLN763qcLriWSrn2Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Claude advises me that removing the redundant filter clause was a mistake.
> See the attached patch.

Yes, that was a miss. I did a quick confirmation of the execution plans
with and without the patch and the change LGTM.

--
Sami

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message William Bernbaum 2026-08-31 01:05:50 RE: Plan an inner join as a semijoin under eager deduplication
Previous Message Sami Imseih 2026-08-30 22:27:59 Re: WAIT FOR command should do some query jumbling