Re: Protect syscache from bloating with negative cache entries

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема Re: Protect syscache from bloating with negative cache entries
Дата
Msg-id 20201109.114842.1421568992301831664.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответ на Re: Protect syscache from bloating with negative cache entries  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
At Mon, 09 Nov 2020 11:13:31 +0900 (JST), Kyotaro Horiguchi <horikyota.ntt@gmail.com> wrote in 
> Now the branch for counter-increment is removed.  For similar
> branches for counter-decrement side in CatCacheCleanupOldEntries(),
> Min() is compiled into cmovbe and a branch was removed.

Mmm. Sorry, I sent this by a mistake. Please ignore it.

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center



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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Protect syscache from bloating with negative cache entries
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Some doubious code in pgstat.c