Commit a6a80134 authored by Robert Haas's avatar Robert Haas
parent abcba700
...@@ -493,8 +493,8 @@ PredicateLockingNeededForRelation(Relation relation) ...@@ -493,8 +493,8 @@ PredicateLockingNeededForRelation(Relation relation)
* as RO-safe since the last call, we release all predicate locks and reset * as RO-safe since the last call, we release all predicate locks and reset
* MySerializableXact. That makes subsequent calls to return quickly. * MySerializableXact. That makes subsequent calls to return quickly.
* *
* This is marked as 'inline' to make to eliminate the function call overhead * This is marked as 'inline' to eliminate the function call overhead in the
* in the common case that serialization is not needed. * common case that serialization is not needed.
*/ */
static inline bool static inline bool
SerializationNeededForRead(Relation relation, Snapshot snapshot) SerializationNeededForRead(Relation relation, Snapshot snapshot)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment