pgsql: Add pg_upgrade comment for why we can't use template1 inheritanc

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add pg_upgrade comment for why we can't use template1 inheritanc
Date: 2011-02-01 17:23:12
Message-ID: E1PkJwe-0001sI-Bf@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add pg_upgrade comment for why we can't use template1 inheritance for
the support functions.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=2bb87a61a84ab74b7ba820aac787443a78897bf4

Modified Files
--------------
contrib/pg_upgrade/pg_upgrade.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-01 18:53:36 pgsql: Add missing period "." in pg_upgrade documentation.
Previous Message Andrew Dunstan 2011-02-01 15:07:45 pgsql: Set up PLPerl trigger data using C code instead of Perl code.