Fix some latent bugs in dllist.c (carelessness about setting

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

Commit: 185b4272844970a9e1b46eb3d1d16d4e5ecca939
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-05-31T23:48:04Z
Releases: 7.1.1
Fix some latent bugs in dllist.c (carelessness about setting
all fields that should be set).  Add a MoveToFront primitive to speed up
one of the hotspots in SearchSysCache.

Files

PathChange+/−
src/backend/lib/dllist.c modified +63 −33
src/backend/utils/cache/catcache.c modified +8 −6
src/include/lib/dllist.h modified +2 −1