aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-07-06 08:36:58 +0530
committerAmit Kapila <akapila@postgresql.org>2020-07-06 08:36:58 +0530
commite163f3a2b1d987f83e291e86969ed4a91ded6abb (patch)
tree3f583e4c6915a4c27740e4023d1b863acc6e236c /src
parentf92c24ec9f61b3502007e2a9a6de4c236844254d (diff)
downloadpostgresql-e163f3a2b1d987f83e291e86969ed4a91ded6abb.tar.gz
postgresql-e163f3a2b1d987f83e291e86969ed4a91ded6abb.zip
Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
Backpatch-through: 13, where it was introduced
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/logical/reorderbuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/logical/reorderbuffer.c b/src/backend/replication/logical/reorderbuffer.c
index 642a1c767f3..7afa2271bd8 100644
--- 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