From 1e9c8580904625576871eeb2efec7f04d4c3bc1c Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 30 Jun 2018 12:25:49 -0400 Subject: pgindent run prior to branching --- src/backend/tcop/utility.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/tcop/utility.c') diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index bdfb66fa74b..4e1c21298e8 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -1316,8 +1316,8 @@ ProcessUtilitySlow(ParseState *pstate, * acquire locks early to avoid deadlocks. * * We also take the opportunity to verify that all - * partitions are something we can put an index on, - * to avoid building some indexes only to fail later. + * partitions are something we can put an index on, to + * avoid building some indexes only to fail later. */ if (stmt->relation->inh && get_rel_relkind(relid) == RELKIND_PARTITIONED_TABLE) @@ -1328,7 +1328,7 @@ ProcessUtilitySlow(ParseState *pstate, inheritors = find_all_inheritors(relid, lockmode, NULL); foreach(lc, inheritors) { - char relkind = get_rel_relkind(lfirst_oid(lc)); + char relkind = get_rel_relkind(lfirst_oid(lc)); if (relkind != RELKIND_RELATION && relkind != RELKIND_MATVIEW && -- cgit v1.2.3