Skip to content

Commit 11da6bc

Browse files
committed
Fix compile error on HP C.
Per build farm animal anole, after commit 6f38d4d.
1 parent 78aaa0e commit 11da6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/heap/heapam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9134,5 +9134,5 @@ HeapCheckForSerializableConflictOut(bool visible, Relation relation,
91349134
if (TransactionIdPrecedes(xid, TransactionXmin))
91359135
return;
91369136

9137-
return CheckForSerializableConflictOut(relation, xid, snapshot);
9137+
CheckForSerializableConflictOut(relation, xid, snapshot);
91389138
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy