pgsql: Clarify pg_upgrade's creation of the map file structure. Also c

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clarify pg_upgrade's creation of the map file structure. Also c
Date: 2011-01-05 16:37:41
Message-ID: E1PaWMn-0006mu-SX@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Clarify pg_upgrade's creation of the map file structure. Also clean
up pg_dump's calling of pg_upgrade_support functions.

Branch
------
master

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

Modified Files
--------------
contrib/pg_upgrade/info.c | 72 ++++++++++++---------------------
contrib/pg_upgrade/pg_upgrade.h | 18 ++++++---
contrib/pg_upgrade/version_old_8_3.c | 16 ++++----
src/bin/pg_dump/pg_dump.c | 43 +++++++++++---------
4 files changed, 69 insertions(+), 80 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-01-05 17:08:51 pgsql: In pg_upgrade, adjust transfer_relfile()'s parameters to be more
Previous Message Magnus Hagander 2011-01-05 13:24:38 pgsql: Give superusers REPLIACTION permission by default