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

Поиск
Список
Период
Сортировка
От tgl@pgfoundry.org (User Tgl)
Тема pg-migrator - pg_migrator: Add code to check whether loadable libraries
Дата
Msg-id 20090630220112.1CAA710720D7@pgfoundry.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: alvherre@pgfoundry.org (Alvaro Herrera)
Дата:
Сообщение: press - pr: Ditto
Следующее
От: karl@pgfoundry.org (User Karl)
Дата:
Сообщение: pgtcl - libpgtcl: * Fixed bug in "pgresult -assign" that could cuase a