Clean up newlines following left parentheses
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 13 May 2022 21:52:35 +0000 (23:52 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Fri, 13 May 2022 21:52:35 +0000 (23:52 +0200)
Like commit c9d297751959.

src/backend/executor/nodeAgg.c
src/backend/replication/logical/reorderbuffer.c
src/backend/storage/ipc/standby.c

index 3223d9b24e5be7d1fbf99f33edb7fe6799ff7742..139b2bd5f9b007cdc44a961bd305c67d1d4ae168 100644 (file)
@@ -2656,8 +2656,8 @@ agg_refill_hash_table(AggState *aggstate)
        prepare_hash_slot(perhash,
                          aggstate->tmpcontext->ecxt_outertuple,
                          hashslot);
-       entry = LookupTupleHashEntryHash(
-                                        perhash->hashtable, hashslot, p_isnew, hash);
+       entry = LookupTupleHashEntryHash(perhash->hashtable, hashslot,
+                                        p_isnew, hash);
 
        if (entry != NULL)
        {
index da7bd1321cb779b6d93947f6f8da5d0abcc9e0b1..8da5f9089c761cfcea2225cb75c2c09abbc45ddc 100644 (file)
@@ -2337,8 +2337,7 @@ ReorderBufferProcessTXN(ReorderBuffer *rb, ReorderBufferTXN *txn,
 
                case REORDER_BUFFER_CHANGE_INVALIDATION:
                    /* Execute the invalidation messages locally */
-                   ReorderBufferExecuteInvalidations(
-                                                     change->data.inval.ninvalidations,
+                   ReorderBufferExecuteInvalidations(change->data.inval.ninvalidations,
                                                      change->data.inval.invalidations);
                    break;
 
index 8c5e8432e7372687b785bded10ce1e132f5019b1..671b00a33cf1e0783ff2d9904c6abe56aba0d03d 100644 (file)
@@ -821,8 +821,7 @@ ResolveRecoveryConflictWithBufferPin(void)
         * not be so harmful because the period that the buffer is kept pinned
         * is basically no so long. But we should fix this?
         */
-       SendRecoveryConflictWithBufferPin(
-                                         PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK);
+       SendRecoveryConflictWithBufferPin(PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK);
    }
 
    /*