mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
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:
@@ -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 \
|
||||
|
Reference in New Issue
Block a user