git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 78aaa0e)
Fix compile error on HP C.
2020年1月28日 07:30:40 +0000 (20:30 +1300)
2020年1月28日 07:30:40 +0000 (20:30 +1300)
Per build farm animal anole, after commit 6f38d4dac3.


diff --git a/src/backend/access/heap/heapam.c b/src/backend/access/heap/heapam.c
index ef7b472381fd989a91ae5da3bd8f806154cd7398..854136e9fa35a621f320c159ac2252198ec784c0 100644 (file)
--- a/src/backend/access/heap/heapam.c
+++ b/src/backend/access/heap/heapam.c
@@ -9134,5 +9134,5 @@ HeapCheckForSerializableConflictOut(bool visible, Relation relation,
if (TransactionIdPrecedes(xid, TransactionXmin))
return;
- return CheckForSerializableConflictOut(relation, xid, snapshot);
+ CheckForSerializableConflictOut(relation, xid, snapshot);
}
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /