]> granicus.if.org Git - postgresql/commit
I attach a patch for pg_upgrade. This does two things:
authorBruce Momjian <bruce@momjian.us>
Mon, 7 Jun 1999 22:58:31 +0000 (22:58 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 7 Jun 1999 22:58:31 +0000 (22:58 +0000)
commit505b2ecdf4bcc990bb352fe7619283c0f334a295
tree0614a4c6410451fcbcfd87d8989861b9bb0297d4
parent094616ec83cf04d7df5cbe7266a62dcafbcfbf3a
I attach a patch for pg_upgrade.  This does two things:

1. check whether the program is being executed in $PGDATA/..  This is
   necessary if the data tree is not in the standard place, as is the
   case with the Debian distribution (because of Debian policy).

2. give a clearer error message if the dumped data structure fails to
   be loaded.

Oliver Elphick
src/bin/pg_dump/pg_upgrade