pgsql: Fix bug in 9.1 pg_upgrade processing of old/new relations; adju

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in 9.1 pg_upgrade processing of old/new relations; adju
Date: 2011-02-16 00:02:26
Message-ID: E1PpUqg-00020I-4P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bug in 9.1 pg_upgrade processing of old/new relations; adjust debug
output.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1cc19cc358c23e3c4e04f9f38776b625d5e13965

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-16 01:53:03 Re: pgsql: Adjust pg_upgrade error message, array freeing, and add error ch
Previous Message Tom Lane 2011-02-15 23:10:35 pgsql: Fix corner case for binary upgrade: extension functions in pg_ca