Conflicting option checking in pg_restore

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Conflicting option checking in pg_restore
Дата
Msg-id 616808BD-4B59-4E6C-97A9-7317F62D5570@yesql.se
обсуждение исходный текст
Ответы Re: Conflicting option checking in pg_restore
Список pgsql-hackers
Checking for conflicting options in pg_restore was mostly done in main() with
one check deferred until RestoreArchive().  Reading the git history makes it
seem like it simply happened, without the disjoint checking being intentional.
Am I reading it right that we can consolidate all the option checking to
main()?  The attached patch does that, and also rewords the error message to
make it similar to the other option checks.

cheers ./daniel


Вложения

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

Предыдущее
От: Narayanan V
Дата:
Сообщение: Re: Postgres restore issue
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Remove obsolete pg_attrdef.adsrc column