mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08: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;
|
||||
|
||||
/* This allows us to see error messages in the local encoding */
|
||||
if (strcmp(option->envvar, "PGCLIENTENCODING") == 0)
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user