Fix wording in comment
Author: Peter Smith <smithpb2250@gmail.com> Reviewed-by: vignesh C <vignesh21@gmail.com> Discussion: https://postgr.es/m/CAHut+PvE+2T2etdTaHi3n+xbCG_UYrshQuCbaAdJCFPpQGLwgQ@mail.gmail.com
This commit is contained in:
parent
25ec329afa
commit
0c01f509a3
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user