postgresql/src/backend/utils/cache
Neil Conway 64a60590ba A few minor list-related cleanups:
(1) Replace while loop with the new forboth() construct in
parser/analyze.c

(2) Replace lcons() with lappend() in SearchCatCacheList(). Since these
now have the same performance, there is no reason to prefer lcons() in
this case, and using lappend() leads to cleaner code.

(3) Improve the name of the second parameter to for_each_cell()
2004-09-27 04:12:03 +00:00
..
catcache.c A few minor list-related cleanups: 2004-09-27 04:12:03 +00:00
inval.c Fix a number of places where brittle data structures or overly strong 2004-09-06 23:33:48 +00:00
lsyscache.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
relcache.c Restructure subtransaction handling to reduce resource consumption, 2004-09-16 16:58:44 +00:00
syscache.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00
typcache.c Pgindent run for 8.0. 2004-08-29 05:07:03 +00:00