aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2018-08-27 15:11:12 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2018-08-27 15:11:12 -0400
commitcbdca00bef59ee204313fe8f0e4f36bc804a38aa (patch)
treee423ee31d08095bc5a05a49556706490c5914bb2 /contrib/postgres_fdw/postgres_fdw.c
parent9b39b799db781642dd0c1424c28e827d19663e20 (diff)
downloadpostgresql-cbdca00bef59ee204313fe8f0e4f36bc804a38aa.tar.gz
postgresql-cbdca00bef59ee204313fe8f0e4f36bc804a38aa.zip
Fix missing dependency for pg_dump's ENABLE ROW LEVEL SECURITY items.
The archive should show a dependency on the item's table, but it failed to include one. This could cause failures in parallel restore due to emitting ALTER TABLE ... ENABLE ROW LEVEL SECURITY before restoring the table's data. In practice the odds of a problem seem low, since you would typically need to have set FORCE ROW LEVEL SECURITY as well, and you'd also need a very high --jobs count to have any chance of this happening. That probably explains the lack of field reports. Still, it's a bug, so back-patch to 9.5 where RLS was introduced. Discussion: https://postgr.es/m/19784.1535390902@sss.pgh.pa.us
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions