1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Clean up newlines following left parentheses

Like commit c9d2977519.
This commit is contained in:
Alvaro Herrera
2022-05-13 23:52:35 +02:00
parent 3715850ecc
commit c4f113e8fe
3 changed files with 4 additions and 6 deletions

View 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;