We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7c5cb commit f41fbeeCopy full SHA for f41fbee
src/backend/replication/logical/reorderbuffer.c
@@ -58,7 +58,7 @@
58
* Only decoded changes are evicted from memory (spilled to disk), not the
59
* transaction records. The number of toplevel transactions is limited,
60
* but a transaction with many subtransactions may still consume significant
61
- * amounts of memory. The transaction records are fairly small though and
+ * amounts of memory. However, the transaction records are fairly small and
62
* are not included in the memory limit.
63
*
64
* The current eviction algorithm is very simple - the transaction is
0 commit comments