pg_upgrade message

Started by Peter Eisentrautabout 14 years ago2 messageshackers
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

pg_upgrade prints something like this:

Restoring user relation files
/var/lib/postgresql/8.4/main/base/35338/37229

But it's not actually "restoring" anything, is it?

Maybe "transferring" would be better? (Or copying/linking, to be more
precise.)

#2Bruce Momjian
bruce@momjian.us
In reply to: Peter Eisentraut (#1)
Re: pg_upgrade message

On Wed, Feb 15, 2012 at 07:50:41PM +0200, Peter Eisentraut wrote:

pg_upgrade prints something like this:

Restoring user relation files
/var/lib/postgresql/8.4/main/base/35338/37229

But it's not actually "restoring" anything, is it?

Maybe "transferring" would be better? (Or copying/linking, to be more
precise.)

What an excellent idea; I changed it to say link/copy, with the
attached, applied patch. The new output is:

Creating databases in the new cluster ok
Adding support functions to new cluster ok
Restoring database schema to new cluster ok
Removing support functions from new cluster ok
--> Linking user relation files
ok
Setting next OID for new cluster ok
Creating script to delete old cluster ok

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Attachments:

pg_upgrade.difftext/x-diff; charset=us-asciiDownload+3-3