mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Backpatch-through: 13, where it was introduced
This commit is contained in:
parent
f92c24ec9f
commit
e163f3a2b1
1 changed files with 1 additions and 1 deletions
|
|
@ -2359,7 +2359,7 @@ ReorderBufferLargestTXN(ReorderBuffer *rb)
|
|||
|
||||
/*
|
||||
* Check whether the logical_decoding_work_mem limit was reached, and if yes
|
||||
* pick the largest (sub)transaction at-a-time to evict and spill its changes to
|
||||
* pick the largest (sub)transaction at-a-time to evict and spill its changes to
|
||||
* disk until we reach under the memory limit.
|
||||
*
|
||||
* XXX At this point we select the transactions until we reach under the memory
|
||||
|
|
|
|||
Loading…
Reference in a new issue