Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 11da6bc

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/access/heap/heapam.c

Copy file name to clipboardExpand all lines: src/backend/access/heap/heapam.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.