pgsql: Move resetting of currSchema to a spot where it's not vulnerable

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Move resetting of currSchema to a spot where it's not vulnerable
Дата
Msg-id 20071124202649.DE0787540F0@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Move resetting of currSchema to a spot where it's not vulnerable to getting
missed in possible future partial-drop scenarios.  Improve comment.
Per report from Zoltan Boszormenyi.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.150 -> r1.151)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.150&r2=1.151)

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

Предыдущее
От: darcy@postgresql.org (D'Arcy J.M. Cain)
Дата:
Сообщение: pgsql: Add regression tests for MONEY type.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add missed entry for new money regression test.