Fix wording in comment
authorDaniel Gustafsson <[email protected]>
Thu, 28 Nov 2024 14:17:49 +0000 (15:17 +0100)
committerDaniel Gustafsson <[email protected]>
Thu, 28 Nov 2024 14:17:49 +0000 (15:17 +0100)
Author: Peter Smith <[email protected]>
Reviewed-by: vignesh C <[email protected]>
Discussion: https://postgr.es/m/CAHut+PvE+2T2etdTaHi3n+xbCG_UYrshQuCbaAdJCFPpQGLwgQ@mail.gmail.com

src/include/replication/reorderbuffer.h

index ecc2bd3297828a30104c2e784f1973b74653733d..3bc365a7b0cc20a75325f2037fb8feaa782ecf66 100644 (file)
@@ -198,7 +198,7 @@ typedef struct ReorderBufferChange
    ((txn)->txn_flags & RBTXN_IS_SERIALIZED_CLEAR) != 0 \
 )
 
-/* Has this transaction contains partial changes? */
+/* Does this transaction contain partial changes? */
 #define rbtxn_has_partial_change(txn) \
 ( \
    ((txn)->txn_flags & RBTXN_HAS_PARTIAL_CHANGE) != 0 \