From e1c1c30f635390b6a3ae4993e8cac213a33e6e3f Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Mon, 28 Jun 2021 11:05:54 -0400 Subject: Pre branch pgindent / pgperltidy run Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef. --- src/backend/replication/logical/reorderbuffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 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 19e96f3fd94..ad1c2bad013 100644 --- a/src/backend/replication/logical/reorderbuffer.c +++ b/src/backend/replication/logical/reorderbuffer.c @@ -2215,8 +2215,8 @@ ReorderBufferProcessTXN(ReorderBuffer *rb, ReorderBufferTXN *txn, change_done: /* - * If speculative insertion was confirmed, the record isn't - * needed anymore. + * If speculative insertion was confirmed, the record + * isn't needed anymore. */ if (specinsert != NULL) { -- cgit v1.2.3