pgsql: Allow pg_upgrade with PGCLIENTENCODING set

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allow pg_upgrade with PGCLIENTENCODING set
Date: 2011-04-07 16:25:35
Message-ID: E1Q7s1X-0006it-Iw@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Allow pg_upgrade with PGCLIENTENCODING set

This used to work, but since PGCLIENTENCODING is now a connection
option variable, pg_upgrade would prevent it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1eb2231fc46bbfa85b47c19d88f72162b323aa51

Modified Files
--------------
contrib/pg_upgrade/server.c | 25 +++++++++++++++----------
1 files changed, 15 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-04-07 17:56:24 pgsql: Fix plpgsql's issues with dropped columns in rowtypes in 8.4 bra
Previous Message Tom Lane 2011-04-07 15:41:16 pgsql: Fix SortTocFromFile() to cope with lines that are too long for i