Commit e6a74028 authored by Bruce Momjian's avatar Bruce Momjian

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

parent e567c9ff
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment