pgsql: Add C comment explaining why we can't exclude checking functions - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Add C comment explaining why we can't exclude checking functions
Date
Msg-id E1SYaoj-0008OH-BO@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Add pg_update C comment about problems with plpython_call_handle
Next
From: Bruce Momjian
Date:
Subject: pgsql: Improve pg_upgrade C comment.