Re: add timing information to pg_upgrade - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: add timing information to pg_upgrade
Date
Msg-id d92952c7-e97d-933e-2558-ebe3708336e8@eisentraut.org
Whole thread Raw
In response to Re: add timing information to pg_upgrade  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: add timing information to pg_upgrade
List pgsql-hackers
On 31.07.23 20:37, Nathan Bossart wrote:
> -    prep_status("Checking for incompatible \"aclitem\" data type in user tables");
> +    prep_status("Checking for \"aclitem\" data type in user tables");

Why these changes?  I think this is losing precision about what it's doing.




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: add timing information to pg_upgrade
Next
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)