Re: Pluggable storage

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Pluggable storage
Дата
Msg-id CAA4eK1Jv31bKLzeBs_7LF6PQ-f1ufHwb_FY76R55M83fGtXr-g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Pluggable storage  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Aug 17, 2016 at 10:33 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> Anastasia Lubennikova wrote:
>>
>> Except these, there are some pretty strange and unrelated functions in
>> src/backend/catalog.
>> I'm willing to fix them, but I'd like to synchronize our efforts.
>
> I very much would like to stay away from touching src/backend/catalog,
> which are the functions that deal with system catalogs.  We can simply
> say that system catalogs are hardcoded to use heapam.c storage for now.
>

Does this mean that if any storage needs to access system catalog
information, they need to be aware of HeapTuple and other required
stuff like syscache?  Again, if they need to update some stats or
something like that, they need to be aware of heap tuple format.

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: Pluggable storage
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [Patch] New psql prompt substitution %r (m = master, r = replica)