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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment explaining why we can't exclude checking functions
Date: 2012-05-27 10:35:21
Message-ID: E1SYaoj-0008OH-BO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-05-27 10:45:39 pgsql: Improve pg_upgrade C comment.
Previous Message Bruce Momjian 2012-05-27 10:29:55 pgsql: Add pg_update C comment about problems with plpython_call_handle