Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 04c7f41

Browse files
author
Amit Kapila
committed
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Backpatch-through: 13, where it was introduced
1 parent 1185c78 commit 04c7f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/reorderbuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2359,7 +2359,7 @@ ReorderBufferLargestTXN(ReorderBuffer *rb)
23592359

23602360
/*
23612361
* Check whether the logical_decoding_work_mem limit was reached, and if yes
2362-
* pick the largest (sub)transaction at-a-time to evict and spill its changes to
2362+
* pick the largest (sub)transaction at-a-time to evict and spill its changes to
23632363
* disk until we reach under the memory limit.
23642364
*
23652365
* XXX At this point we select the transactions until we reach under the memory

0 commit comments

Comments
 (0)