diff options
author | Tom Lane | 2011-02-15 23:09:41 +0000 |
---|---|---|
committer | Tom Lane | 2011-02-15 23:10:22 +0000 |
commit | 89c29c033154b717b16db2ee3c87bdec4393b0d4 (patch) | |
tree | aba4c4c2e0d03a6537099ebaff06474dad87eea0 /src/backend/utils/adt/arrayfuncs.c | |
parent | 8b2557553c6eeba97d9ebf6f048369cabd25c2b6 (diff) |
Fix corner case for binary upgrade: extension functions in pg_catalog.
Normally, pg_dump summarily excludes functions in pg_catalog from
consideration. However, some extensions may create functions in pg_catalog
(adminpack already does that, and extensions for procedural languages will
likely do it too). In binary-upgrade mode, we have to dump such functions,
or the extension will be incomplete after upgrading. Per experimentation
with adminpack.
Diffstat (limited to 'src/backend/utils/adt/arrayfuncs.c')
0 files changed, 0 insertions, 0 deletions