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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix placement of "SET row_security" command issuance in pg_dump.
Date: 2015-02-18 17:23:43
Message-ID: E1YO8Lf-0003NA-OQ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-02-18 17:28:32 pgsql: Fix object identities for pg_conversion objects
Previous Message Tom Lane 2015-02-18 16:43:09 pgsql: Fix failure to honor -Z compression level option in pg_dump -Fd.