]> granicus.if.org Git - postgresql/commit
Allow extracting and parsing of reloptions from a bare pg_class tuple, and
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 26 Jan 2009 19:41:06 +0000 (19:41 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 26 Jan 2009 19:41:06 +0000 (19:41 +0000)
commitc0f92b57dc91126248d80462ac31497c091a9939
tree82a3eb05df0727db304bfcad4f0bec9fecb8f5e5
parent39ab3c1c618e00a185f6a24b5dee602d2c63f9fe
Allow extracting and parsing of reloptions from a bare pg_class tuple, and
refactor the relcache code that used to do that.  This allows other callers
(particularly autovacuum) to do the same without necessarily having to open
and lock a table.
src/backend/access/common/reloptions.c
src/backend/utils/cache/relcache.c
src/include/access/reloptions.h