Re: pg_dump, pg_dumpall, pg_restore: Add --no-policies option

Поиск
Список
Период
Сортировка
От jian he
Тема Re: pg_dump, pg_dumpall, pg_restore: Add --no-policies option
Дата
Msg-id CACJufxGEMfv6OwjDvnd1dRveTpR6gvYJNCrkwjDWQ9-Q0ODgiQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_dump, pg_dumpall, pg_restore: Add --no-policies option  (Greg Sabino Mullane <htamfids@gmail.com>)
Список pgsql-hackers
hi.

around src/bin/pg_dump/pg_dump.c line 1117
right after "ropt->no_comments = dopt.no_comments;"
we also need add
    ropt->no_policies = dopt.no_policies;
?

overall looks good to me.
The tests seem wrong per
https://cirrus-ci.com/github/postgresql-cfbot/postgresql/cf%2F5499
I have no idea how to improve the test.



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