Re: GIT patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: GIT patch
Дата
Msg-id 28559.1186520596@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: GIT patch  ("Simon Riggs" <simon@2ndquadrant.com>)
Ответы Dynamically adding index types (was GIT indexes)
Список pgsql-hackers
"Simon Riggs" <simon@2ndquadrant.com> writes:
> How hard will it be to add the infrastructure to allow new index types
> to be added to the server dynamically?

INSERT INTO pg_am VALUES (...);

I don't really think we need more than that, at least not till non-core
index AMs are a whole lot thicker on the ground than they are today.

The real sticking point of course is the desired indexam API changes,
which can hardly be inserted dynamically.  Your argument would work
better if there were not API issues to be resolved for both bitmap and
GIT ...
        regards, tom lane


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: HOT patch, missing things
Следующее
От: Decibel!
Дата:
Сообщение: Re: More logging for autovacuum