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/replication/logical/reorderbuffer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/backend/replication/logical/reorderbuffer.c') diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c index 5f4aa071310..5792cd14a09 100644 --- a/src/backend/replication/logical/reorderbuffer.c +++ b/src/backend/replication/logical/reorderbuffer.c @@ -754,9 +754,9 @@ ReorderBufferAssignChild(ReorderBuffer *rb, TransactionId xid, else { /* - * We already saw this transaction, but initially added it to the list - * of top-level txns. Now that we know it's not top-level, remove - * it from there. + * We already saw this transaction, but initially added it to the + * list of top-level txns. Now that we know it's not top-level, + * remove it from there. */ dlist_delete(&subtxn->node); } -- cgit v1.2.3