| From: | alvherre(at)postgresql(dot)org (Alvaro Herrera) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Allow extracting and parsing of reloptions from a bare pg_class |
| Date: | 2009-01-26 19:41:06 |
| Message-ID: | 20090126194106.894F97559ED@cvs.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
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.
Modified Files:
--------------
pgsql/src/backend/access/common:
reloptions.c (r1.18 -> r1.19)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/reloptions.c?r1=1.18&r2=1.19)
pgsql/src/backend/utils/cache:
relcache.c (r1.282 -> r1.283)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/cache/relcache.c?r1=1.282&r2=1.283)
pgsql/src/include/access:
reloptions.h (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/access/reloptions.h?r1=1.10&r2=1.11)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2009-01-26 22:18:56 | Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle |
| Previous Message | Jaime Casanova | 2009-01-26 16:00:37 | Re: [COMMITTERS] pgsql: Automatic view update rules Bernd Helmle |