diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/storage/lmgr/predicate.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/storage/lmgr/predicate.c b/src/backend/storage/lmgr/predicate.c index d1ff2b1edcd..654eca4f3f5 100644 --- a/src/backend/storage/lmgr/predicate.c +++ b/src/backend/storage/lmgr/predicate.c @@ -493,8 +493,8 @@ PredicateLockingNeededForRelation(Relation relation) * as RO-safe since the last call, we release all predicate locks and reset * MySerializableXact. That makes subsequent calls to return quickly. * - * This is marked as 'inline' to make to eliminate the function call overhead - * in the common case that serialization is not needed. + * This is marked as 'inline' to eliminate the function call overhead in the + * common case that serialization is not needed. */ static inline bool SerializationNeededForRead(Relation relation, Snapshot snapshot) |