Commit 561afa53 authored by Bruce Momjian's avatar Bruce Momjian

Small formatting adjustment.

parent a898199d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment