pgsql: Fix pg_upgrade to create pg_authid restore functions in the 'pos - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: Fix pg_upgrade to create pg_authid restore functions in the 'pos
Date
Msg-id E1Pk4qw-0005UQ-Fc@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: pgsql: Create new errcode for recovery conflict caused by db drop on ma
Next
From: Tom Lane
Date:
Subject: pgsql: Support LIKE and ILIKE index searches via contrib/pg_trgm indexe