diff options
| author | Bruce Momjian <bruce@momjian.us> | 2010-05-12 11:07:24 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2010-05-12 11:07:24 +0000 |
| commit | 561afa534d0ee9ae8db19a3132a2185ba930c0e6 (patch) | |
| tree | 0aca333dd0875da3988ce74e99d08b7d201f07cb | |
| parent | a898199df5c70eb864d8951ce7838810df6516f3 (diff) | |
| download | postgresql-561afa534d0ee9ae8db19a3132a2185ba930c0e6.tar.gz | |
Small formatting adjustment.
| -rw-r--r-- | contrib/pg_upgrade/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/pg_upgrade/info.c b/contrib/pg_upgrade/info.c index 25cf0730ff..7280dcf3f0 100644 --- 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; |
