pgsql: Separate the functions of relcache entry flush and smgr cache

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Separate the functions of relcache entry flush and smgr cache
Дата
Msg-id 20050110215721.75E173A5734@svr1.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Separate the functions of relcache entry
Список pgsql-committers
Log Message:
-----------
Separate the functions of relcache entry flush and smgr cache entry flush
so that we can get the size of a shared inval message back down to what it
was in 7.4 (and simplify the logic too).  Phase 2 of fixing the
'SMgrRelation hashtable corrupted' problem.

Modified Files:
--------------
    pgsql/src/backend/utils/cache:
        inval.c (r1.69 -> r1.70)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/inval.c.diff?r1=1.69&r2=1.70)
    pgsql/src/include/storage:
        sinval.h (r1.39 -> r1.40)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/sinval.h.diff?r1=1.39&r2=1.40)

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

Предыдущее
От: madness@pgfoundry.org (User Madness)
Дата:
Сообщение: press - pr: fixed an URL
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: pgsql: Separate the functions of relcache entry