Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 561afa5

Browse files
committed
Small formatting adjustment.
1 parent a898199 commit 561afa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_upgrade/info.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ get_rel_infos(migratorContext *ctx, const DbInfo *dbinfo,
292292
{
293293
PGconn *conn = connectToServer(ctx, dbinfo->db_name, whichCluster);
294294
bool is_edb_as = (whichCluster == CLUSTER_OLD) ?
295-
ctx->old.is_edb_as : ctx->new.is_edb_as;
295+
ctx->old.is_edb_as : ctx->new.is_edb_as;
296296
PGresult *res;
297297
RelInfo *relinfos;
298298
int ntups;

0 commit comments

Comments
 (0)