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

pull/1/head
Bruce Momjian 15 years ago
parent e567c9ff34
commit e6a7402842
  1. 1
      contrib/pg_upgrade/server.c

@ -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;

Loading…
Cancel
Save