pgsql: DropRelFileNodeBuffers failed to fix the state of the lookup hash

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: DropRelFileNodeBuffers failed to fix the state of the lookup hash
Date: 2005-11-17 17:42:24
Message-ID: 20051117174224.F1607DB932@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
DropRelFileNodeBuffers failed to fix the state of the lookup hash table
that was added to localbuf.c in 8.1; therefore, applying it to a temp table
left corrupt lookup state in memory. The only case where this had a
significant chance of causing problems was an ON COMMIT DELETE ROWS temp
table; the other possible paths left bogus state that was unlikely to
be used again. Per report from Csaba Nagy.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/storage/buffer:
bufmgr.c (r1.198 -> r1.198.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/bufmgr.c.diff?r1=1.198&r2=1.198.2.1)
localbuf.c (r1.70 -> r1.70.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/localbuf.c.diff?r1=1.70&r2=1.70.2.1)
pgsql/src/include/storage:
buf_internals.h (r1.81 -> r1.81.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/buf_internals.h.diff?r1=1.81&r2=1.81.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-11-17 22:14:56 pgsql: Make SQL arrays support null elements.
Previous Message Tom Lane 2005-11-17 17:42:03 pgsql: DropRelFileNodeBuffers failed to fix the state of the lookup hash