Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f41fbee

Browse files
author
Amit Kapila
committed
Adjust minor comment in reorderbuffer.c.
Author: Dave Cramer Reviewed-by: David G. Johnston Discussion: https://postgr.es/m/CADK3HHL8do4Fp1bsymgNasx375njV3AR7zY3UgYwzbL_Dx-n2Q@mail.gmail.com
1 parent df7c5cb commit f41fbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/reorderbuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* Only decoded changes are evicted from memory (spilled to disk), not the
5959
* transaction records. The number of toplevel transactions is limited,
6060
* but a transaction with many subtransactions may still consume significant
61-
* amounts of memory. The transaction records are fairly small though and
61+
* amounts of memory. However, the transaction records are fairly small and
6262
* are not included in the memory limit.
6363
*
6464
* The current eviction algorithm is very simple - the transaction is

0 commit comments

Comments
 (0)