mirror of
https://github.com/postgres/postgres.git
synced 2025-07-21 16:02:15 +03:00
Add C comment why client encoding can be set in pg_upgrade.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user