projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a898199
)
Small formatting adjustment.
author
Bruce Momjian
<bruce@momjian.us>
Wed, 12 May 2010 11:07:24 +0000
(11:07 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Wed, 12 May 2010 11:07:24 +0000
(11:07 +0000)
contrib/pg_upgrade/info.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/info.c
b/contrib/pg_upgrade/info.c
index 25cf0730ffc54f88c557e1b92449d7fd449df8fb..7280dcf3f01a67c19fff4be487f93d59c6358d0a 100644
(file)
--- a/
contrib/pg_upgrade/info.c
+++ b/
contrib/pg_upgrade/info.c
@@
-292,7
+292,7
@@
get_rel_infos(migratorContext *ctx, const DbInfo *dbinfo,
{
PGconn *conn = connectToServer(ctx, dbinfo->db_name, whichCluster);
bool is_edb_as = (whichCluster == CLUSTER_OLD) ?
- ctx->old.is_edb_as : ctx->new.is_edb_as;
+
ctx->old.is_edb_as : ctx->new.is_edb_as;
PGresult *res;
RelInfo *relinfos;
int ntups;