postgresql/src/backend/utils/cache
Tom Lane 46287bd660 Simplify relcache startup sequence. With the new design of InitPostgres
it's not necessary to have three separate calls anymore.  This patch also
fixes things so we don't try to read pg_internal.init until after we've
obtained lock on the target database; which was fairly harmless, but it's
certainly cleaner this way.
2006-05-04 18:51:36 +00:00
..
catcache.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
inval.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
lsyscache.c Fix a bunch of problems with domains by making them use special input functions 2006-04-05 22:11:58 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
relcache.c Simplify relcache startup sequence. With the new design of InitPostgres 2006-05-04 18:51:36 +00:00
syscache.c Create a syscache for pg_database-indexed-by-oid, and make use of it 2006-05-03 22:45:26 +00:00
typcache.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00