Correct serious bug in hashtable expansion routine: under the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 86482e17bd688787efe04aa3e7616fee720b84ca
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-05-31T17:01:52Z
Releases: 7.1.1
Correct serious bug in hashtable expansion routine: under the
right circumstances it would leave old and new bucket headers pointing to
the same list of records.

Files

PathChange+/−
src/backend/utils/hash/dynahash.c modified +44 −38