8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abcba70 commit a6a8013Copy full SHA for a6a8013
src/backend/storage/lmgr/predicate.c
@@ -493,8 +493,8 @@ PredicateLockingNeededForRelation(Relation relation)
493
* as RO-safe since the last call, we release all predicate locks and reset
494
* MySerializableXact. That makes subsequent calls to return quickly.
495
*
496
- * This is marked as 'inline' to make to eliminate the function call overhead
497
- * 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.
498
*/
499
static inline bool
500
SerializationNeededForRead(Relation relation, Snapshot snapshot)
0 commit comments