mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Clean up newlines following left parentheses
Like commit c9d297751959.
This commit is contained in:
parent
3715850ecc
commit
c4f113e8fe
@ -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)
|
||||
{
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user