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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Further minor simplification of relcache startup: don't need a
Date: 2006-05-06 15:51:08
Message-ID: 20060506155108.19DD89FA38E@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Further minor simplification of relcache startup: don't need a static
needNewCacheFile flag anymore, it can just be local in RelationCacheInitializePhase2.

Modified Files:
--------------
pgsql/src/backend/utils/cache:
relcache.c (r1.240 -> r1.241)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c.diff?r1=1.240&r2=1.241)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-05-06 16:25:11 pgsql: Document SSL CRL usage by libpq.
Previous Message Tom Lane 2006-05-06 14:57:13 Re: pgsql: Add SSL CRL support to libpq.