pgsql: Add C comment explaining why we can't exclude checking functions

Started by Bruce Momjianabout 14 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Add C comment explaining why we can't exclude checking functions in the
pg_catalog schema, even though they are not explicitly dumped (they are
implicitly dumped, e.g. create language plperl).

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/20a3830b81d07aca1b8c3e954b4bc49d0847c51d

Modified Files
--------------
contrib/pg_upgrade/function.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)