mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user