pgsql: In pg_upgrade, try to convert the locale names to canonical form

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In pg_upgrade, try to convert the locale names to canonical form
Date: 2012-10-02 15:42:40
Message-ID: E1TJ4cK-0004f6-Fq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In pg_upgrade, try to convert the locale names to canonical form before
comparison; also report the old/new values if they don't match.

Backpatch to 9.2.

Branch
------
REL9_2_STABLE

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

Modified Files
--------------
contrib/pg_upgrade/check.c | 72 ++++++++++++++++++++++++++++++++++++++++----
1 files changed, 66 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-10-02 15:46:14 pgsql: Adjust pg_upgrade query so toast tables related to system catalo
Previous Message Heikki Linnakangas 2012-10-02 14:48:22 Re: pgsql: Split off functions related to timeline history files and XLOG a