pgsql: Simplify structure of query used to gather database object infor

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Simplify structure of query used to gather database object infor
Date: 2011-04-07 10:23:16
Message-ID: E1Q7mMu-0001hf-Hg@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify structure of query used to gather database object information
in pg_upgrade.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e69d32158c18069840130f62c5597ca1ef656175

Modified Files
--------------
contrib/pg_upgrade/info.c | 30 ++++++++++++++----------------
1 files changed, 14 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-04-07 13:57:37 pgsql: Preserve pg_largeobject_metadata.relfrozenxid in pg_upgrade.
Previous Message Tom Lane 2011-04-07 06:35:29 pgsql: Fix collations when we call transformWhereClause from outside th