8000 Fix whitespace · postgrespro/postgres_cluster@dfd5151 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dfd5151

Browse files
committed
Fix whitespace
1 parent 9e85743 commit dfd5151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ check_pghost_envvar(void)
327327

328328
if (!start)
329329
pg_fatal("out of memory\n");
330-
330+
331331
for (option = start; option->keyword != NULL; option++)
332332
{
333333
if (option->envvar && (strcmp(option->envvar, "PGHOST") == 0 ||

0 commit comments

Comments
 (0)
0