pgsql/src/backend/catalog index.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/catalog index.c
Date: 2001-09-26 21:09:27
Message-ID: 200109262109.f8QL9RC89380@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/09/26 17:09:27

Modified files:
src/backend/catalog: index.c

Log message:
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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-09-26 21:35:28 pgsql/src/pl/plpgsql/src gram.y
Previous Message tgl 2001-09-26 20:24:02 pgsql/src/backend/access/transam xlog.c