Re: [HACKERS] Pluggable storage

Поиск
Список
Период
Сортировка
От Haribabu Kommi
Тема Re: [HACKERS] Pluggable storage
Дата
Msg-id CAJrrPGfRGtRz_-Qyt_hK9KCQYdN=pbpjPooAHM9dZhJmqwN8fg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Pluggable storage  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Ответы Re: [HACKERS] Pluggable storage  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Список pgsql-hackers

On Thu, Mar 29, 2018 at 4:54 PM, Haribabu Kommi <kommi.haribabu@gmail.com> wrote:

The attached patches doesn't work with recent JIT changes that are gone in
master, because of removal many of the members from TupleTableSlot structure
and it effects the JIT tuple deforming. This is yet to fixed.

There is an another thread proposed by Andres in abstracting the TupleTableslot
dependency from HeapTuple in [1]. Based on the output of that thread, these
patches needs an update.

Here I attached a patches that are rebased to the latest master.

Apart from rebase, I have added the support for external relation to be stored in the
pg_class. These are additional relations that may be used by the extensions. Currently
these relations cannot be queried from SQL statements and also these relations cannot
be dumped using pg_dump. Yet to check and confirm the pg_upgrade of these relations.

JIT doesn't work at yet with these patches.

Regards,
Hari Babu
Fujitsu Australia
Вложения

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

Предыдущее
От: Teodor Sigaev
Дата:
Сообщение: Re: Corrupted btree index on HEAD because of covering indexes
Следующее
От: Vladimir Sitnikov
Дата:
Сообщение: Re: Built-in connection pooling