Skip to content
Snippets Groups Projects
Commit 561afa53 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Small formatting adjustment.

parent a898199d
No related branches found
No related tags found
No related merge requests found
...@@ -292,7 +292,7 @@ get_rel_infos(migratorContext *ctx, const DbInfo *dbinfo, ...@@ -292,7 +292,7 @@ get_rel_infos(migratorContext *ctx, const DbInfo *dbinfo,
{ {
PGconn *conn = connectToServer(ctx, dbinfo->db_name, whichCluster); PGconn *conn = connectToServer(ctx, dbinfo->db_name, whichCluster);
bool is_edb_as = (whichCluster == CLUSTER_OLD) ? 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; PGresult *res;
RelInfo *relinfos; RelInfo *relinfos;
int ntups; int ntups;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment