OSDN Git Service

Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Nov 2007 20:44:26 +0000 (20:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 28 Nov 2007 20:44:26 +0000 (20:44 +0000)
commit03ffc4d6d5440dc7694b476854d1c63dd7dd1d6b
tree283e86983687b206cc85b35b8ee640751c0389a5
parent62312ce36d8ba13d672a84e87bc5f8477c54910a
Improve test coverage of CLOBBER_CACHE_ALWAYS by having it also force
reloading of operator class information on each use of LookupOpclassInfo.
Had this been in place a year ago, it would have helped me find a bug
in the then-new 'operator family' code.  Now that we have a build farm
member testing CLOBBER_CACHE_ALWAYS on a regular basis, it seems worth
expending a little bit of effort here.
src/backend/utils/cache/relcache.c