Commit f8cf524d authored by Alvaro Herrera's avatar Alvaro Herrera

Fix bogus comment

Author: Alexander Lakhin
Discussion: https://postgr.es/m/20190819072244.GE18166@paquier.xyz
parent 56f8f962
...@@ -3165,9 +3165,10 @@ l2: ...@@ -3165,9 +3165,10 @@ l2:
* Note that the multixact may not be done by now. It could have * Note that the multixact may not be done by now. It could have
* surviving members; our own xact or other subxacts of this * surviving members; our own xact or other subxacts of this
* backend, and also any other concurrent transaction that locked * backend, and also any other concurrent transaction that locked
* the tuple with KeyShare if we only got TupleLockUpdate. If * the tuple with LockTupleKeyShare if we only got
* this is the case, we have to be careful to mark the updated * LockTupleNoKeyExclusive. If this is the case, we have to be
* tuple with the surviving members in Xmax. * careful to mark the updated tuple with the surviving members in
* Xmax.
* *
* Note that there could have been another update in the * Note that there could have been another update in the
* MultiXact. In that case, we need to check whether it committed * MultiXact. In that case, we need to check whether it committed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment