]> granicus.if.org Git - postgresql/commit
Clean out another pocket of functions called via nonspecific function
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Jun 2000 04:56:39 +0000 (04:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Jun 2000 04:56:39 +0000 (04:56 +0000)
commit9cf80f2f55589946c22ee18185c2d87a9266012a
treec8cae31d829cf4a1c19bc4a76a9219985841e2b4
parent1652d433582dc819746ba166a6dbdb9e9643e69a
Clean out another pocket of functions called via nonspecific function
pointers, namely the catcache tuple fetch routines.  Also get rid of
the unused and possibly confusing 'size' field in struct cachedesc.
Since it doesn't allow for variable-length fields, anyone who
actually trusted it would likely be making a mistake...
src/backend/catalog/index.c
src/backend/catalog/indexing.c
src/backend/utils/cache/catcache.c
src/backend/utils/cache/relcache.c
src/backend/utils/cache/syscache.c
src/include/catalog/indexing.h
src/include/catalog/pg_class.h
src/include/utils/catcache.h
src/include/utils/syscache.h