Commit 11da6bcc authored by Thomas Munro's avatar Thomas Munro

Fix compile error on HP C.

Per build farm animal anole, after commit 6f38d4da.
parent 78aaa0e8
......@@ -9134,5 +9134,5 @@ HeapCheckForSerializableConflictOut(bool visible, Relation relation,
if (TransactionIdPrecedes(xid, TransactionXmin))
return;
return CheckForSerializableConflictOut(relation, xid, snapshot);
CheckForSerializableConflictOut(relation, xid, 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