Rename and document some invalidation routines to make it clearer that

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

Commit: 81d08fcffeed731e6b48bb7474d56c660f0e8294
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-01-05T22:54:37Z
Releases: 7.1.1
Rename and document some invalidation routines to make it clearer that
they don't themselves flush any cache entries, only add to to-do lists
that will be processed later.

Files

PathChange+/−
src/backend/utils/cache/catcache.c modified +30 −11
src/backend/utils/cache/inval.c modified +74 −37
src/include/utils/catcache.h modified +2 −2