Re: Add starelid, attnum to pg_stats and leverage this in pg_dump - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
Date
Msg-id abiMCYxA5JI5T57P@paquier.xyz
Whole thread Raw
In response to Re: Add starelid, attnum to pg_stats and leverage this in pg_dump  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: Add starelid, attnum to pg_stats and leverage this in pg_dump
List pgsql-hackers
On Mon, Mar 16, 2026 at 05:52:38PM -0500, Nathan Bossart wrote:
> FTR I'm not mortally opposed to the idea.  I just want to get the easier
> stuff out of the way first so we can commit the pg_dump change.  Then we
> can give expr_attnum our undivided attention.

Makes sense here to keep it simple.  I don't want to change the
extstat restore code more than necessary at this stage of the CF
calendar cycle, except for bugs and issues discussed during the beta
cycle.  Perhaps we could do something in this area for v20.  Or
perhaps not.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: tablecmds: reject CLUSTER ON for partitioned tables earlier
Next
From: Fujii Masao
Date:
Subject: Re: Avoid resource leak (contrib/postgres_fdw/connection.c)