mirror of https://github.com/postgres/postgres
pg_dump has historically used a simple boolean 'dump' value to indicate if a given object should be included in the dump or not. Instead, use a bitmap which breaks down the components of an object into their distinct pieces and use that bitmap to only include the components requested. This does not include any behavioral change, but is in preperation for the change to dump out just ACLs for objects in pg_catalog. Reviews by Alexander Korotkov, Jose Luis Tallonpull/12/head
parent
6c268df127
commit
a9f0e8e5a2
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue