mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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