pgsql: Fix pg_upgrade to create pg_authid restore functions in the 'pos

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_upgrade to create pg_authid restore functions in the 'pos
Date: 2011-02-01 01:16:18
Message-ID: E1Pk4qw-0005UQ-Fc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix pg_upgrade to create pg_authid restore functions in the 'postgres'
database, not in the os-user database, per report from Magnus.

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-02-01 02:35:09 pgsql: Support LIKE and ILIKE index searches via contrib/pg_trgm indexe
Previous Message Simon Riggs 2011-02-01 00:21:32 pgsql: Create new errcode for recovery conflict caused by db drop on ma