]> granicus.if.org Git - postgresql/commit
Further minor simplification of relcache startup: don't need a static
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 May 2006 15:51:07 +0000 (15:51 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 May 2006 15:51:07 +0000 (15:51 +0000)
commitcbc0539c2a96de818d2efee522b3bed12d6b7df9
treeaae07934b346dacdd41a354113dacecec8c5588c
parent069ad5fcc34e6a340ab10453e78c2e152e1e0ee2
Further minor simplification of relcache startup: don't need a static
needNewCacheFile flag anymore, it can just be local in RelationCacheInitializePhase2.
src/backend/utils/cache/relcache.c