Re: autovacuum and reloptions

Поиск
Список
Период
Сортировка
От Euler Taveira de Oliveira
Тема Re: autovacuum and reloptions
Дата
Msg-id 492645BB.8000805@timbira.com
обсуждение исходный текст
Ответ на Re: autovacuum and reloptions  (Euler Taveira de Oliveira <euler@timbira.com>)
Ответы Re: autovacuum and reloptions  ("Robert Haas" <robertmhaas@gmail.com>)
Список pgsql-hackers
Euler Taveira de Oliveira escreveu:

> [Sorry for the delay. I'm preparing the final patch and in a day or so
> I'll post it.]
>
Here is the patch that replace pg_autovaccum catalog with reloptions. I
refactored the reloptions.c to support multiple parameters and made the
action of adding a new option an easy task. I'm testing it yet, so don't
expect it to work properly. I'll prepare docs as soon as I finish the
tests. Do i have to prepare some regression tests?

I don't provide a pg_autovacuum view as suggested by Itagari-san [1] but
if others agree that we need it, I will work on it. I don't if we need a
function (wrapper around getRelOption()) to get an option from
reloptions array.

I add an ugly-hack to \d+ foo. IMHO, it'll be good to know what options
are used by table/index foo (we already do it for oids) but I'm not
happy with my suggestion.

I move RelationGet*() functions from rel.h. That's because we need some
knowledge that's only in reloptions.c (getRelOptions). But I want to
avoid including reloptions.h at some files.

Comments?

PS> don't forget to remove include/catalog/pg_autovacuum.h


[1] http://archives.postgresql.org/pgsql-hackers/2008-11/msg00830.php


--
  Euler Taveira de Oliveira
  http://www.timbira.com/

Вложения

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

Предыдущее
От: "Alex Hunsaker"
Дата:
Сообщение: Re: SSL configure patch: review
Следующее
От: "Alex Hunsaker"
Дата:
Сообщение: Re: Opening a recovering DB in for read-only access?