mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-14 10:27:04 +08: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