Re: Oid registry

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Oid registry
Дата
Msg-id 1348586360-sup-6928@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: Oid registry  (Hitoshi Harada <umi.tanuki@gmail.com>)
Ответы Re: Oid registry  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Excerpts from Hitoshi Harada's message of mar sep 25 02:11:14 -0300 2012:

> Of course you can
> look up type name conlusting SysCache and see if the type name is
> "hstore", but it's expensive to do it for every function invocation,
> so caching the hstore's oid in plv8 is the current workaround, which
> is not truly safe because the hstore's oid may change while caching.

Hm, couldn't you just register an invalidation callback with
CacheRegisterSyscacheCallback()?

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Brian Weaver
Дата:
Сообщение: Re: Patch: incorrect array offset in backend replication tar header
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: Re: [WIP] Performance Improvement by reducing WAL for Update Operation