pgsql: Fix bug in new B-tree page deletion code.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix bug in new B-tree page deletion code.
Date: 2014-04-22 12:36:59
Message-ID: E1WcZwZ-0004Oz-Ml@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bug in new B-tree page deletion code.

When modifying a page, must hold an exclusive lock. A shared lock is
obviously not good enough.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/77fe2b6d795f3f4ed282c9c980920e128a57624e

Modified Files
--------------
src/backend/access/nbtree/nbtpage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2014-04-22 19:23:40 pgsql: doc: Improve "replication slot" index entries
Previous Message Heikki Linnakangas 2014-04-22 10:03:32 pgsql: Fix rm_desc routine of b-tree page delete records.