forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9f0e8e
committed
In pg_dump, use a bitmap to represent what to include
pg_dump has historically used a simple boolean 'dump' value to indicateif a given object should be included in the dump or not. Instead, usea bitmap which breaks down the components of an object into theirdistinct pieces and use that bitmap to only include the componentsrequested.This does not include any behavioral change, but is in preperation forthe change to dump out just ACLs for objects in pg_catalog.Reviews by Alexander Korotkov, Jose Luis Tallon1 parent6c268df commita9f0e8e
3 files changed
+833
-685
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
446 |
| - | |
| 446 | + | |
447 | 447 |
| |
448 | 448 |
| |
449 | 449 |
| |
|
0 commit comments
Comments
(0)