aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/misc.c
diff options
context:
space:
mode:
authorStephen Frost <sfrost@snowman.net>2016-04-06 21:45:32 -0400
committerStephen Frost <sfrost@snowman.net>2016-04-06 21:45:32 -0400
commita9f0e8e5a2e779a888988cb64479a6723f668c84 (patch)
tree57c95fade4dfa8358865aa43aecf5a66ecad9a16 /src/backend/utils/adt/misc.c
parent6c268df1276e9dd73e4d2cc89cf8787e8f186bda (diff)
downloadpostgresql-a9f0e8e5a2e779a888988cb64479a6723f668c84.tar.gz
postgresql-a9f0e8e5a2e779a888988cb64479a6723f668c84.zip
In pg_dump, use a bitmap to represent what to include
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 Tallon
Diffstat (limited to 'src/backend/utils/adt/misc.c')
0 files changed, 0 insertions, 0 deletions