From: Daniel Gustafsson Date: Thu, 28 Nov 2024 14:17:49 +0000 (+0100) Subject: Fix wording in comment X-Git-Tag: REL_18_BETA1~1386 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=0c01f509a38f5b1f5fab26d98ae55d796541c2e4;p=postgresql.git Fix wording in comment Author: Peter Smith Reviewed-by: vignesh C Discussion: https://postgr.es/m/CAHut+PvE+2T2etdTaHi3n+xbCG_UYrshQuCbaAdJCFPpQGLwgQ@mail.gmail.com --- 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 \