- Notifications
You must be signed in to change notification settings - Fork5
Commitd217b2c
committed
In pg_dump, split "dump" into "dump" and "dump_contains"
Historically, the "dump" component of the namespace has been usedto decide if the objects inside of the namespace should be dumpedalso. Given that "dump" is now a bitmask and may be partial, andwe may want to dump out all components of the namespace object butonly some of the components of objects contained in the namespace,create a "dump_contains" bitmask which will represent what componentsof the objects inside of a namespace should be dumped out.No behavior change here, but in preparation for a change where wewill dump out just the ACLs of objects in pg_catalog, but we mightnot dump out the ACL of the pg_catalog namespace itself (for instance,when it hasn't been changed from the value set at initdb time).Reviews by Alexander Korotkov, Jose Luis Tallon1 parenta9f0e8e commitd217b2c
2 files changed
+15
-11
lines changedLines changed: 13 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1311 | 1311 |
| |
1312 | 1312 |
| |
1313 | 1313 |
| |
1314 |
| - | |
| 1314 | + | |
1315 | 1315 |
| |
1316 |
| - | |
1317 |
| - | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
1318 | 1319 |
| |
1319 | 1320 |
| |
1320 | 1321 |
| |
1321 |
| - | |
| 1322 | + | |
1322 | 1323 |
| |
1323 |
| - | |
| 1324 | + | |
1324 | 1325 |
| |
1325 | 1326 |
| |
1326 | 1327 |
| |
1327 | 1328 |
| |
1328 |
| - | |
| 1329 | + | |
1329 | 1330 |
| |
1330 | 1331 |
| |
1331 |
| - | |
| 1332 | + | |
1332 | 1333 |
| |
1333 | 1334 |
| |
1334 | 1335 |
| |
| |||
1350 | 1351 |
| |
1351 | 1352 |
| |
1352 | 1353 |
| |
1353 |
| - | |
| 1354 | + | |
1354 | 1355 |
| |
1355 | 1356 |
| |
1356 | 1357 |
| |
| |||
1407 | 1408 |
| |
1408 | 1409 |
| |
1409 | 1410 |
| |
1410 |
| - | |
| 1411 | + | |
| 1412 | + | |
1411 | 1413 |
| |
1412 | 1414 |
| |
1413 | 1415 |
| |
| |||
1424 | 1426 |
| |
1425 | 1427 |
| |
1426 | 1428 |
| |
| 1429 | + | |
1427 | 1430 |
| |
1428 | 1431 |
| |
1429 | 1432 |
| |
| |||
1530 | 1533 |
| |
1531 | 1534 |
| |
1532 | 1535 |
| |
1533 |
| - | |
| 1536 | + | |
1534 | 1537 |
| |
1535 | 1538 |
| |
1536 | 1539 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
| 103 | + | |
| 104 | + | |
104 | 105 |
| |
105 | 106 |
| |
106 | 107 |
| |
|
0 commit comments
Comments
(0)