Re: add timing information to pg_upgrade

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>, Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: add timing information to pg_upgrade
Date: 2023-08-01 07:46:02
Message-ID: d92952c7-e97d-933e-2558-ebe3708336e8@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-08-01 07:54:34 Re: [PATCH] psql: \dn+ to show size of each schema (and \dA+ for AMs)
Previous Message Peter Eisentraut 2023-08-01 07:45:09 Re: add timing information to pg_upgrade