Allow extracting and parsing of reloptions from a bare pg_class tuple, and

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: c0f92b57dc91126248d80462ac31497c091a9939
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2009-01-26T19:41:06Z
Releases: 8.4.0
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.

Files