8000
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 3845577 commit 0125c4eCopy full SHA for 0125c4e
src/backend/replication/logical/reorderbuffer.c
@@ -3602,8 +3602,8 @@ ReorderBufferCheckMemoryLimit(ReorderBuffer *rb)
3602
rb->size > 0))
3603
{
3604
/*
3605
- * Pick the largest transaction (or subtransaction) and evict it from
3606
- * memory by streaming, if possible. Otherwise, spill to disk.
+ * Pick the largest transaction and evict it from memory by streaming,
+ * if possible. Otherwise, spill to disk.
3607
*/
3608
if (ReorderBufferCanStartStreaming(rb) &&
3609
(txn = ReorderBufferLargestStreamableTopTXN(rb)) != NULL)
0 commit comments