OSDN Git Service

Fix spccache.c to not suppose that a cache entry will live across database
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Jan 2010 23:00:02 +0000 (23:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Jan 2010 23:00:02 +0000 (23:00 +0000)
commit9261b19fb51a45a915421966b29a2e6e92934c7b
treefa2a183a47b96b4516fcc530897a6e2962a58d60
parent64b9c850e9c4963b2f21c5961fa7765f1ab59506
Fix spccache.c to not suppose that a cache entry will live across database
access, per testing with CLOBBER_CACHE_ALWAYS.  Minor other editorialization.
src/backend/utils/cache/spccache.c