postgresql/src/backend/utils/init
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
..
flatfiles.c Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. 2006-05-04 16:07:29 +00:00
globals.c GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
Makefile Back out check for unreferenced files. 2005-05-10 22:27:30 +00:00
miscinit.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
postinit.c Simplify relcache startup sequence. With the new design of InitPostgres 2006-05-04 18:51:36 +00:00