pgsql: Fix placement of "SET row_security" command issuance in pg_dump.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix placement of "SET row_security" command issuance in pg_dump.
Дата
Msg-id E1YO8Lf-0003NA-OQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix placement of "SET row_security" command issuance in pg_dump.

Somebody apparently threw darts at the code to decide where to insert
these.  They certainly didn't proceed by adding them where other similar
SETs were handled.  This at least broke pg_restore, and perhaps other
use-cases too.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/297b2c1ef9878f84a9951beadf831ef390227238

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c |   17 ++++++-----------
src/bin/pg_dump/pg_dump.c            |   19 +++++++++++--------
2 files changed, 17 insertions(+), 19 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix failure to honor -Z compression level option in pg_dump -Fd.
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Fix object identities for pg_conversion objects