mirror of
https://github.com/postgres/postgres.git
synced 2025-10-13 18:28:01 +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;
|
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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user