pgsql: Allow pg_upgrade with PGCLIENTENCODING set

Started by Peter Eisentrautover 15 years ago1 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

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(-)