Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit11da6bc

Browse files
committed
Fix compile error on HP C.
Per build farm animal anole, after commit6f38d4d.
1 parent78aaa0e commit11da6bc

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-
returnCheckForSerializableConflictOut(relation,xid,snapshot);
9137+
CheckForSerializableConflictOut(relation,xid,snapshot);
91389138
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp