diff options
author | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
---|---|---|
committer | Bruce Momjian | 2010-07-06 19:19:02 +0000 |
commit | 239d769e7e05e0a5ef3bd6828e93e22ef3962780 (patch) | |
tree | 9660987f1372651b78fb82023739728f2f962a6e /contrib/pg_upgrade/util.c | |
parent | 52783b212c7c0ef5ab2ee6bda17c8db0ed13d4ab (diff) |
pgindent run for 9.0, second run
Diffstat (limited to 'contrib/pg_upgrade/util.c')
-rw-r--r-- | contrib/pg_upgrade/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/pg_upgrade/util.c b/contrib/pg_upgrade/util.c index 49f374ef3b9..24fc08ef708 100644 --- a/contrib/pg_upgrade/util.c +++ b/contrib/pg_upgrade/util.c @@ -4,7 +4,7 @@ * utility functions * * Copyright (c) 2010, PostgreSQL Global Development Group - * $PostgreSQL: pgsql/contrib/pg_upgrade/util.c,v 1.4 2010/07/03 16:33:14 momjian Exp $ + * $PostgreSQL: pgsql/contrib/pg_upgrade/util.c,v 1.5 2010/07/06 19:18:55 momjian Exp $ */ #include "pg_upgrade.h" @@ -156,8 +156,8 @@ quote_identifier(migratorContext *ctx, const char *s) int get_user_info(migratorContext *ctx, char **user_name) { - int user_id; - + int user_id; + #ifndef WIN32 struct passwd *pw = getpwuid(geteuid()); |