diff options
author | Noah Misch <noah@leadboat.com> | 2019-06-08 10:12:26 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2019-06-08 10:12:26 -0700 |
commit | 31d250e049b4e3d51a635edaa2221c11815e40e7 (patch) | |
tree | 974dc2122d471fa09c16ad0658d3353cc8b644e6 /src/bin/pg_upgrade/controldata.c | |
parent | 92c4abc73693690ce9ff13ede160f0dcb0a2de7b (diff) |
Update stale comments, and fix comment typos.
Diffstat (limited to 'src/bin/pg_upgrade/controldata.c')
-rw-r--r-- | src/bin/pg_upgrade/controldata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/controldata.c b/src/bin/pg_upgrade/controldata.c index 6788f882a84..38236415bef 100644 --- a/src/bin/pg_upgrade/controldata.c +++ b/src/bin/pg_upgrade/controldata.c @@ -105,7 +105,7 @@ get_control_data(ClusterInfo *cluster, bool live_check) #ifndef WIN32 pg_putenv("LANG", NULL); #else - /* On Windows the default locale cannot be English, so force it */ + /* On Windows the default locale may not be English, so force it */ pg_putenv("LANG", "en"); #endif pg_putenv("LANGUAGE", NULL); |