mirror of
https://github.com/postgres/postgres.git
synced 2026-03-05 06:43:23 -05:00
Fix compile error on HP C.
Per build farm animal anole, after commit 6f38d4dac3.
This commit is contained in:
parent
78aaa0e823
commit
11da6bccd1
1 changed files with 1 additions and 1 deletions
|
|
@ -9134,5 +9134,5 @@ HeapCheckForSerializableConflictOut(bool visible, Relation relation,
|
|||
if (TransactionIdPrecedes(xid, TransactionXmin))
|
||||
return;
|
||||
|
||||
return CheckForSerializableConflictOut(relation, xid, snapshot);
|
||||
CheckForSerializableConflictOut(relation, xid, snapshot);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue