Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc4f113e

Browse files
committed
Clean up newlines following left parentheses
Like commitc9d2977.
1 parent3715850 commitc4f113e

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

‎src/backend/executor/nodeAgg.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,8 +2656,8 @@ agg_refill_hash_table(AggState *aggstate)
26562656
prepare_hash_slot(perhash,
26572657
aggstate->tmpcontext->ecxt_outertuple,
26582658
hashslot);
2659-
entry=LookupTupleHashEntryHash(
2660-
perhash->hashtable,hashslot,p_isnew,hash);
2659+
entry=LookupTupleHashEntryHash(perhash->hashtable,hashslot,
2660+
p_isnew,hash);
26612661

26622662
if (entry!=NULL)
26632663
{

‎src/backend/replication/logical/reorderbuffer.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,8 +2337,7 @@ ReorderBufferProcessTXN(ReorderBuffer *rb, ReorderBufferTXN *txn,
23372337

23382338
caseREORDER_BUFFER_CHANGE_INVALIDATION:
23392339
/* Execute the invalidation messages locally */
2340-
ReorderBufferExecuteInvalidations(
2341-
change->data.inval.ninvalidations,
2340+
ReorderBufferExecuteInvalidations(change->data.inval.ninvalidations,
23422341
change->data.inval.invalidations);
23432342
break;
23442343

‎src/backend/storage/ipc/standby.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,7 @@ ResolveRecoveryConflictWithBufferPin(void)
821821
* not be so harmful because the period that the buffer is kept pinned
822822
* is basically no so long. But we should fix this?
823823
*/
824-
SendRecoveryConflictWithBufferPin(
825-
PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK);
824+
SendRecoveryConflictWithBufferPin(PROCSIG_RECOVERY_CONFLICT_STARTUP_DEADLOCK);
826825
}
827826

828827
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp