Re: code cleanup for SearchSysCache

Поиск
Список
Период
Сортировка
От Qingqing Zhou
Тема Re: code cleanup for SearchSysCache
Дата
Msg-id e6ak9u$26od$1@news.hub.org
обсуждение исходный текст
Ответ на code cleanup for SearchSysCache  ("Qingqing Zhou" <zhouqq@cs.toronto.edu>)
Ответы Re: code cleanup for SearchSysCache  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> wrote
>
> You'd need two essentially equivalent versions of SearchSysCache, and
> you'd lose the ability to make the error message identify what was being
> searched for, so I vote no.
>

Both arguments are not necessarily true. This change is quite like what we
made to hash_search(). There is only one SearchSysCache() which will take an
extra argument "isComplain" (vs. HASH_ENTER_NULL). The error message can be
easily identified from the first parameter "cacheId" -- we will add another
field in struct cachedesc which describs the cache name.

Regards,
Qingqing




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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Re: ADD/DROP INHERITS
Следующее
От: Tom Lane
Дата:
Сообщение: Re: code cleanup for SearchSysCache