Skip to content

Commit 0c01f50

Browse files
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
1 parent 25ec329 commit 0c01f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/replication/reorderbuffer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ typedef struct ReorderBufferChange
198198
((txn)->txn_flags & RBTXN_IS_SERIALIZED_CLEAR) != 0 \
199199
)
200200

201-
/* Has this transaction contains partial changes? */
201+
/* Does this transaction contain partial changes? */
202202
#define rbtxn_has_partial_change(txn) \
203203
( \
204204
((txn)->txn_flags & RBTXN_HAS_PARTIAL_CHANGE) != 0 \

0 commit comments

Comments
 (0)