mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 00:04:08 -05:00
Add C comment why client encoding can be set in pg_upgrade.
This commit is contained in:
parent
e567c9ff34
commit
e6a7402842
@ -267,6 +267,7 @@ check_for_libpq_envvars(void)
|
|||||||
{
|
{
|
||||||
const char *value;
|
const char *value;
|
||||||
|
|
||||||
|
/* This allows us to see error messages in the local encoding */
|
||||||
if (strcmp(option->envvar, "PGCLIENTENCODING") == 0)
|
if (strcmp(option->envvar, "PGCLIENTENCODING") == 0)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user