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

Commit39c2056

Browse files
committed
Fix bogus comment
Author: Alexander LakhinDiscussion:https://postgr.es/m/20190819072244.GE18166@paquier.xyz
1 parent93dcec9 commit39c2056

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3807,9 +3807,10 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
38073807
* Note that the multixact may not be done by now. It could have
38083808
* surviving members; our own xact or other subxacts of this
38093809
* backend, and also any other concurrent transaction that locked
3810-
* the tuple with KeyShare if we only got TupleLockUpdate. If
3811-
* this is the case, we have to be careful to mark the updated
3812-
* tuple with the surviving members in Xmax.
3810+
* the tuple with LockTupleKeyShare if we only got
3811+
* LockTupleNoKeyExclusive. If this is the case, we have to be
3812+
* careful to mark the updated tuple with the surviving members in
3813+
* Xmax.
38133814
*
38143815
* Note that there could have been another update in the
38153816
* MultiXact. In that case, we need to check whether it committed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp