pgsql/src/backend/access/nbtree nbtree.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/nbtree nbtree.c
Date: 2001-11-23 23:41:54
Message-ID: 200111232341.fANNfs884527@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/11/23 18:41:54

Modified files:
src/backend/access/nbtree: nbtree.c

Log message:
Fix boundary condition in btbulkdelete: don't examine high key in case
where rightmost index page splits while we are waiting to obtain exclusive
lock on it. Not clear this would actually hurt (probably the callback
would always fail), but better safe than sorry.
Also, improve comments describing concurrency considerations in this code.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-11-24 04:10:47 pgsql/src/test/regress/expected alter_table.out
Previous Message tgl 2001-11-23 22:06:21 pgsql/doc/src/sgml history.sgml intro.sgml not ...