Further minor simplification of relcache startup: don't need a static

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

Commit: cbc0539c2a96de818d2efee522b3bed12d6b7df9
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-05-06T15:51:07Z
Releases: 8.2.0
Further minor simplification of relcache startup: don't need a static
needNewCacheFile flag anymore, it can just be local in RelationCacheInitializePhase2.

Files

PathChange+/−
src/backend/utils/cache/relcache.c modified +10 −17