aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2011-05-16 16:41:52 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2011-05-16 16:41:52 -0400
commitb3bc63efbc258874b06586aa7548fce37f3581e1 (patch)
tree4a77edc2446b8c55213b6001fae2826960a720a5 /src/backend/access/gist/gistxlog.c
parente728701fb496ace7fa21fcce5c0ef7fc4c0ec78c (diff)
downloadpostgresql-b3bc63efbc258874b06586aa7548fce37f3581e1.tar.gz
postgresql-b3bc63efbc258874b06586aa7548fce37f3581e1.zip
Fix pg_dump's handling of extension-member casts and languages.
pg_dump has some heuristic rules for whether to dump casts and procedural languages, since it's not all that easy to distinguish built-in ones from user-defined ones. However, we should not apply those rules to objects that belong to an extension, but just use the perfectly well-defined rules for what to do with extension member objects. Otherwise we might mistakenly lose extension member objects during a binary upgrade (which is the only time that we'd want to dump extension members).
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions