Allow pg_upgrade with PGCLIENTENCODING set

Peter Eisentraut <peter_e@gmx.net>

Commit: 1eb2231fc46bbfa85b47c19d88f72162b323aa51
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2011-04-07T16:24:47Z
Releases: 9.1.0
Allow pg_upgrade with PGCLIENTENCODING set

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

Files

PathChange+/−
contrib/pg_upgrade/server.c modified +15 −10