Remove extra whitespace in comments atop ReorderBufferCheckMemoryLimit.
authorAmit Kapila <akapila@postgresql.org>
Mon, 6 Jul 2020 03:14:33 +0000 (08:44 +0530)
committerAmit Kapila <akapila@postgresql.org>
Mon, 6 Jul 2020 03:19:09 +0000 (08:49 +0530)
Backpatch-through: 13, where it was introduced

src/backend/replication/logical/reorderbuffer.c

index 642a1c767f3a8e31f6c2c39fd551498318cf6ebf..7afa2271bd8d2a5f75f7e7424a9537d586f8813d 100644 (file)
@@ -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