summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2024-11-28 14:17:49 +0000
committerDaniel Gustafsson2024-11-28 14:17:49 +0000
commit0c01f509a38f5b1f5fab26d98ae55d796541c2e4 (patch)
treed6fe064ea561c1e4532f22224f8e3536945d9e2e
parent25ec329afa175a3a27d0d49ef5214d9249421de5 (diff)
Fix wording in comment
Author: Peter Smith <[email protected]> Reviewed-by: vignesh C <[email protected]> Discussion: https://postgr.es/m/CAHut+PvE+2T2etdTaHi3n+xbCG_UYrshQuCbaAdJCFPpQGLwgQ@mail.gmail.com
-rw-r--r--src/include/replication/reorderbuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/replication/reorderbuffer.h b/src/include/replication/reorderbuffer.h
index ecc2bd32978..3bc365a7b0c 100644
--- a/src/include/replication/reorderbuffer.h
+++ b/src/include/replication/reorderbuffer.h
@@ -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 \