aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/binary_upgrade.h1
-rw-r--r--src/port/username.c2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/binary_upgrade.h b/src/include/catalog/binary_upgrade.h
index 169d7696e35..7423030134d 100644
--- a/src/include/catalog/binary_upgrade.h
+++ b/src/include/catalog/binary_upgrade.h
@@ -26,4 +26,3 @@ extern PGDLLIMPORT Oid binary_upgrade_next_pg_enum_oid;
extern PGDLLIMPORT Oid binary_upgrade_next_pg_authid_oid;
#endif /* BINARY_UPGRADE_H */
-
diff --git a/src/port/username.c b/src/port/username.c
index 25dc9391c44..4bb09f2d974 100644
--- a/src/port/username.c
+++ b/src/port/username.c
@@ -71,7 +71,7 @@ const char *
get_user_name_or_exit(const char *progname)
{
const char *user_name;
- char *errstr;
+ char *errstr;
user_name = get_user_name(&errstr);