mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
Small formatting adjustment.
This commit is contained in:
parent
a898199df5
commit
561afa534d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user