mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +03:00
Fix identation.
This commit is contained in:
parent
dbed2e3662
commit
c739ae9e28
@ -1540,10 +1540,10 @@ ReorderBufferCleanupTXN(ReorderBuffer *rb, ReorderBufferTXN *txn)
|
||||
Assert(change->txn == txn);
|
||||
|
||||
/*
|
||||
* Instead of updating the memory counter for individual changes,
|
||||
* we sum up the size of memory to free so we can update the memory
|
||||
* counter all together below. This saves costs of maintaining
|
||||
* the max-heap.
|
||||
* Instead of updating the memory counter for individual changes, we
|
||||
* sum up the size of memory to free so we can update the memory
|
||||
* counter all together below. This saves costs of maintaining the
|
||||
* max-heap.
|
||||
*/
|
||||
mem_freed += ReorderBufferChangeSize(change);
|
||||
|
||||
@ -1662,10 +1662,10 @@ ReorderBufferTruncateTXN(ReorderBuffer *rb, ReorderBufferTXN *txn, bool txn_prep
|
||||
dlist_delete(&change->node);
|
||||
|
||||
/*
|
||||
* Instead of updating the memory counter for individual changes,
|
||||
* we sum up the size of memory to free so we can update the memory
|
||||
* counter all together below. This saves costs of maintaining
|
||||
* the max-heap.
|
||||
* Instead of updating the memory counter for individual changes, we
|
||||
* sum up the size of memory to free so we can update the memory
|
||||
* counter all together below. This saves costs of maintaining the
|
||||
* max-heap.
|
||||
*/
|
||||
mem_freed += ReorderBufferChangeSize(change);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user