pg-migrator - pg_migrator: Perform failure checks before running

From: tgl(at)pgfoundry(dot)org (User Tgl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pg-migrator - pg_migrator: Perform failure checks before running
Date: 2009-07-02 22:02:56
Message-ID: 20090702220256.EA8FE10721B9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Perform failure checks before running pg_dump. No reason to make the
user wait through a pg_dump before finding out he's got a problem
when it's just as easy to do it in the other order.

Modified Files:
--------------
pg_migrator/src:
pg_migrator.c (r1.51 -> r1.52)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.51&r2=1.52)

Browse pgsql-committers by date

  From Date Subject
Next Message User Tgl 2009-07-02 22:51:54 pg-migrator - pg_migrator: Fix assorted rather bogus SQL queries ---
Previous Message Tom Lane 2009-07-02 21:34:38 pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves