Re: Statistics Import and Export - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Statistics Import and Export
Date
Msg-id Z3xKtmHxPpHNyqfH@nathan
Whole thread Raw
In response to Re: Statistics Import and Export  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On Mon, Dec 30, 2024 at 03:45:03PM -0500, Bruce Momjian wrote:
> On Mon, Dec 30, 2024 at 12:02:47PM -0800, Jeff Davis wrote:
>> I suggest that we make a new thread about the vacuumdb changes and
>> focus this thread and patch series on the pg_dump changes (and minor
>> flag adjustments to pg_upgrade).
>> 
>> Unless you think that the pg_dump changes should block on the vacuumdb
>> changes? In which case please let me know because the pg_dump changes
>> are otherwise close to commit.
> 
> I think that is a good idea.  I don't see vacuumdb blocking this.

+1, I've been reviewing the vacuumdb portion and am planning to start a new
thread in the near future.  IIUC the bulk of the vacuumdb changes are
relatively noncontroversial, we just haven't reached consensus on the user
interface.

-- 
nathan



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Alias of VALUES RTE in explain plan
Next
From: Robert Treat
Date:
Subject: Re: Doc: fix the rewrite condition when executing ALTER TABLE ADD COLUMN