pg-migrator - pg_migrator: Perform failure checks before running - Mailing list pgsql-committers

From tgl@pgfoundry.org (User Tgl)
Subject pg-migrator - pg_migrator: Perform failure checks before running
Date
Msg-id 20090702220256.EA8FE10721B9@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix up pg_dump's --binary-upgrade option so that it behaves
Next
From: tgl@pgfoundry.org (User Tgl)
Date:
Subject: pg-migrator - pg_migrator: Fix assorted rather bogus SQL queries ---