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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Further minor simplification of relcache startup: don't need a
Дата
Msg-id 20060506155108.19DD89FA38E@postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Add SSL CRL support to libpq.
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Document SSL CRL usage by libpq.