mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Small formatting adjustment.
This commit is contained in:
parent
a898199df5
commit
561afa534d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue