Fix placement of "SET row_security" command issuance in pg_dump.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Feb 2015 17:23:40 +0000 (12:23 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 18 Feb 2015 17:23:40 +0000 (12:23 -0500)
commit297b2c1ef9878f84a9951beadf831ef390227238
tree2713533d2598eb62bb0410d3086c9a4b0ca19c6f
parent0e7e355f27302b62af3e1add93853ccd45678443
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.
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_dump.c