Thread: pgsql: Allow pg_upgrade with PGCLIENTENCODING set

pgsql: Allow pg_upgrade with PGCLIENTENCODING set

From
Peter Eisentraut
Date:
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(-)