mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix compile error on HP C.
Per build farm animal anole, after commit 6f38d4dac3
.
This commit is contained in:
@ -9134,5 +9134,5 @@ HeapCheckForSerializableConflictOut(bool visible, Relation relation,
|
||||
if (TransactionIdPrecedes(xid, TransactionXmin))
|
||||
return;
|
||||
|
||||
return CheckForSerializableConflictOut(relation, xid, snapshot);
|
||||
CheckForSerializableConflictOut(relation, xid, snapshot);
|
||||
}
|
||||
|
Reference in New Issue
Block a user