aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/buffer/bufmgr.c
diff options
context:
space:
mode:
authorAlvaro Herrera <alvherre@alvh.no-ip.org>2015-12-11 18:39:09 -0300
committerAlvaro Herrera <alvherre@alvh.no-ip.org>2015-12-11 18:39:09 -0300
commit1f8757ad8c0436a1b1559fb83325a727e05b920e (patch)
tree404ec9f7da18cc6f9b54e35ea5a14f36e2818fd9 /src/backend/storage/buffer/bufmgr.c
parent423697e3dd4d4986854a9ed3b11962515423f2e7 (diff)
downloadpostgresql-1f8757ad8c0436a1b1559fb83325a727e05b920e.tar.gz
postgresql-1f8757ad8c0436a1b1559fb83325a727e05b920e.zip
For REASSIGN OWNED for foreign user mappings
As reported in bug #13809 by Alexander Ashurkov, the code for REASSIGN OWNED hadn't gotten word about user mappings. Deal with them in the same way default ACLs do, which is to ignore them altogether; they are handled just fine by DROP OWNED. The other foreign object cases are already handled correctly by both commands. Also add a REASSIGN OWNED statement to foreign_data test to exercise the foreign data objects. (The changes are just before the "cleanup" phase, so it shouldn't remove any existing live test.) Reported by Alexander Ashurkov, then independently by Jaime Casanova.
Diffstat (limited to 'src/backend/storage/buffer/bufmgr.c')
0 files changed, 0 insertions, 0 deletions