diff options
author | Amit Kapila <akapila@postgresql.org> | 2020-07-06 08:44:33 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2020-07-06 08:49:09 +0530 |
commit | 04c7f4144fec3bcddc82b6abdbfebd88989f7953 (patch) | |
tree | a08ab52f6b0c07d8f85344efbcc1a4cd96605eb8 /src | |
parent | 1185c782943c6d36835db481b199dce8e6f30246 (diff) | |
download | postgresql-04c7f4144fec3bcddc82b6abdbfebd88989f7953.tar.gz postgresql-04c7f4144fec3bcddc82b6abdbfebd88989f7953.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.c | 2 |
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 |