Skip to content

Commit 00fad9f

Browse files
committed
Format pg_upgrade --version in line with conventions
1 parent 4c78846 commit 00fad9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/option.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ parseCommandLine(int argc, char *argv[])
8181
}
8282
if (strcmp(argv[1], "--version") == 0 || strcmp(argv[1], "-V") == 0)
8383
{
84-
pg_log(PG_REPORT, "pg_upgrade " PG_VERSION "\n");
84+
puts("pg_upgrade (PostgreSQL) " PG_VERSION);
8585
exit(0);
8686
}
8787
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy