pgsql: Simplify functions and parameters used by pg_upgrade.

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify functions and parameters used by pg_upgrade.
Date: 2011-01-05 00:11:38
Message-ID: E1PaGyY-0001gL-Vz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify functions and parameters used by pg_upgrade.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/dump.c | 1 -
contrib/pg_upgrade/info.c | 144 +++++++++++++++++++-------------------------
2 files changed, 62 insertions(+), 83 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-05 02:34:18 pgsql: In pg_upgrade, fix backward logging display of link operations.
Previous Message Andrew Dunstan 2011-01-04 21:08:43 pgsql: Allow older branches to be built with Visual Studio 2008. This i