pgsql/src/backend/catalog index.c - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/backend/catalog index.c
Date
Msg-id 200109262109.f8QL9RC89380@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.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.


pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/access/transam xlog.c
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/pl/plpgsql/src gram.y