projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1185c78
)
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
author
Amit Kapila
Mon, 6 Jul 2020 03:14:33 +0000
(08:44 +0530)
committer
Amit Kapila
Mon, 6 Jul 2020 03:19:09 +0000
(08:49 +0530)
Backpatch-through: 13, where it was introduced
src/backend/replication/logical/reorderbuffer.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/logical/reorderbuffer.c
b/src/backend/replication/logical/reorderbuffer.c
index 642a1c767f3a8e31f6c2c39fd551498318cf6ebf..7afa2271bd8d2a5f75f7e7424a9537d586f8813d 100644
(file)
--- a/
src/backend/replication/logical/reorderbuffer.c
+++ b/
src/backend/replication/logical/reorderbuffer.c
@@
-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