Conflicting option checking in pg_restore
От
Daniel Gustafsson
Тема
Conflicting option checking in pg_restore
Дата
Msg-id
616808BD-4B59-4E6C-97A9-7317F62D5570@yesql.se
Список
Дерево обсуждения
Conflicting option checking in pg_restore Daniel Gustafsson <daniel@yesql.se>
Re: Conflicting option checking in pg_restore Fabien COELHO <coelho@cri.ensmp.fr>
Re: Conflicting option checking in pg_restore Daniel Gustafsson <daniel@yesql.se>
Re: Conflicting option checking in pg_restore Fabien COELHO <coelho@cri.ensmp.fr>
Re: Conflicting option checking in pg_restore Michael Paquier <michael@paquier.xyz>
Re: Conflicting option checking in pg_restore Narayanan V <vnarayanan.email@gmail.com>
Re: Conflicting option checking in pg_restore Fabien COELHO <coelho@cri.ensmp.fr>
Re: Conflicting option checking in pg_restore Daniel Gustafsson <daniel@yesql.se>
Re: Conflicting option checking in pg_restore Michael Paquier <michael@paquier.xyz>
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 по дате отправления