pg-migrator - pg_migrator: Add code to check whether loadable libraries

From: tgl(at)pgfoundry(dot)org (User Tgl)
To: pgsql-committers(at)postgresql(dot)org
Subject: pg-migrator - pg_migrator: Add code to check whether loadable libraries
Date: 2009-06-30 22:01:12
Message-ID: 20090630220112.1CAA710720D7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add code to check whether loadable libraries referenced in the old
installation are available in the new one. The previous coding would
instead fail while trying to restore CREATE FUNCTION commands, which
is pretty annoying --- we want all common problems to fail in the
preflight check.

Modified Files:
--------------
pg_migrator/src:
info.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/info.c?r1=1.16&r2=1.17)
pg_migrator.c (r1.50 -> r1.51)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.c?r1=1.50&r2=1.51)
pg_migrator.h (r1.59 -> r1.60)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pg-migrator/pg_migrator/src/pg_migrator.h?r1=1.59&r2=1.60)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-06-30 22:02:17 press - pr: Ditto
Previous Message Alvaro Herrera 2009-06-30 21:59:51 press - pr: Fix minor problems in contact list