projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
25ec329
)
Fix wording in comment
author
Daniel Gustafsson
<
[email protected]
>
Thu, 28 Nov 2024 14:17:49 +0000
(15:17 +0100)
committer
Daniel 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
|
blob
|
blame
|
history
diff --git
a/src/include/replication/reorderbuffer.h
b/src/include/replication/reorderbuffer.h
index ecc2bd3297828a30104c2e784f1973b74653733d..3bc365a7b0cc20a75325f2037fb8feaa782ecf66 100644
(file)
--- 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 \