Add C comment why client encoding can be set in pg_upgrade.

This commit is contained in:
Bruce Momjian 2011-05-07 22:30:35 -04:00
parent e567c9ff34
commit e6a7402842

View File

@ -267,6 +267,7 @@ check_for_libpq_envvars(void)
{
const char *value;
/* This allows us to see error messages in the local encoding */
if (strcmp(option->envvar, "PGCLIENTENCODING") == 0)
continue;