Commit ed63ab53 authored by Geoff Simmons's avatar Geoff Simmons

bugfix: data entries freed in the reader thread may be occupied, for

example if no data were found in the tx, or on buffer exhaustion, etc.
parent 20db54af
......@@ -232,7 +232,6 @@ static inline void
data_free(dataentry *de)
{
AN(de);
assert(!OCCUPIED(de));
rdr_chunk_free += DATA_Reset(de, &reader_freechunk);
VSTAILQ_INSERT_HEAD(&reader_freerec, de, freelist);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment