mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Fix whitespace
This commit is contained in:
parent
9e857436ef
commit
dfd5151c58
@ -327,7 +327,7 @@ check_pghost_envvar(void)
|
|||||||
|
|
||||||
if (!start)
|
if (!start)
|
||||||
pg_fatal("out of memory\n");
|
pg_fatal("out of memory\n");
|
||||||
|
|
||||||
for (option = start; option->keyword != NULL; option++)
|
for (option = start; option->keyword != NULL; option++)
|
||||||
{
|
{
|
||||||
if (option->envvar && (strcmp(option->envvar, "PGHOST") == 0 ||
|
if (option->envvar && (strcmp(option->envvar, "PGHOST") == 0 ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user