OSDN Git Service

Repair oversight in recent changes to index-creation: tuple time qual
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Sep 2001 21:09:27 +0000 (21:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 26 Sep 2001 21:09:27 +0000 (21:09 +0000)
commitd435592f33a6f323d94c9f33fe3bc964c033b6d6
tree7044534a1d08330fa2ce4149ebafccc0a9fe2aa0
parent1481b3b28b4ff250bbe31da9628dafa2b7e6687a
Repair oversight in recent changes to index-creation: tuple time qual
check *can* return HEAPTUPLE_INSERT_IN_PROGRESS or HEAPTUPLE_DELETE_IN_PROGRESS,
even though we have ShareLock on the relation.  To wit, this can happen
if the tuple was inserted/deleted by our own transaction.  Per report from
Justin Clift 9/23.
src/backend/catalog/index.c