Re: Oid registry - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: Oid registry
Date
Msg-id 1348586360-sup-6928@alvh.no-ip.org
Whole thread Raw
In response to Re: Oid registry  (Hitoshi Harada <umi.tanuki@gmail.com>)
Responses Re: Oid registry  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Brian Weaver
Date:
Subject: Re: Patch: incorrect array offset in backend replication tar header
Next
From: Amit Kapila
Date:
Subject: Re: Re: [WIP] Performance Improvement by reducing WAL for Update Operation