Adjust minor comment in reorderbuffer.c.
authorAmit Kapila <akapila@postgresql.org>
Sat, 18 Jul 2020 04:27:23 +0000 (09:57 +0530)
committerAmit Kapila <akapila@postgresql.org>
Sat, 18 Jul 2020 04:27:23 +0000 (09:57 +0530)
Author: Dave Cramer
Reviewed-by: David G. Johnston
Discussion: https://postgr.es/m/CADK3HHL8do4Fp1bsymgNasx375njV3AR7zY3UgYwzbL_Dx-n2Q@mail.gmail.com

src/backend/replication/logical/reorderbuffer.c

index 4adbe21dfc9f3bd439de34d6868b17a083d76cec..449327a147f920916dd560af40ebb22802f7a05f 100644 (file)
@@ -58,7 +58,7 @@
  *   Only decoded changes are evicted from memory (spilled to disk), not the
  *   transaction records. The number of toplevel transactions is limited,
  *   but a transaction with many subtransactions may still consume significant
- *   amounts of memory. The transaction records are fairly small though and
+ *   amounts of memory. However, the transaction records are fairly small and
  *   are not included in the memory limit.
  *
  *   The current eviction algorithm is very simple - the transaction is