Re: Reduce the memcpy call from SearchCatCache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Reduce the memcpy call from SearchCatCache
Дата
Msg-id 20298.1246909110@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Reduce the memcpy call from SearchCatCache  (Atsushi Ogawa <a_ogawa@hi-ho.ne.jp>)
Ответы Re: Reduce the memcpy call from SearchCatCache  (Atsushi Ogawa <a_ogawa@hi-ho.ne.jp>)
Список pgsql-hackers
Atsushi Ogawa <a_ogawa@hi-ho.ne.jp> writes:
> Attached patch is reduce the memcpy calls from SearchCatCache
> and SearchCatCacheList. This patch directly uses cache->cc_skey
> in looking for hash table.

How much did you test this patch?  I'm fairly sure it will break things.
There are cases where cache lookups happen recursively.
        regards, tom lane


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

Предыдущее
От: "David E. Wheeler"
Дата:
Сообщение: Maintenance Policy?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Small foreign key error message improvement