mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Fix compile error on HP C.
Per build farm animal anole, after commit 6f38d4dac3.
This commit is contained in:
parent
78aaa0e823
commit
11da6bccd1
@ -9134,5 +9134,5 @@ HeapCheckForSerializableConflictOut(bool visible, Relation relation,
|
||||
if (TransactionIdPrecedes(xid, TransactionXmin))
|
||||
return;
|
||||
|
||||
return CheckForSerializableConflictOut(relation, xid, snapshot);
|
||||
CheckForSerializableConflictOut(relation, xid, snapshot);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user