Re: Help about physical page layout in PostgreSQL:

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Help about physical page layout in PostgreSQL:
Дата
Msg-id 11846.1145155970@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Help about physical page layout in PostgreSQL:  ("yy h" <hyy.database@gmail.com>)
Список pgsql-hackers
"yy h" <hyy.database@gmail.com> writes:
> I was trying to modify the physical page layout in PostgreSQL.

Uh, why?

> I understand the source code for physical page organization is located
> at bufpage.c but I wonder what is the external interface for this
> physical page organization.  Interface like InsertRecToPage,
> DeleteRecFromPage, GetAttr, GetRec, etc?

It's not as well modularized as all that.  If you want to do this, it'll
cost you some significant pain, so you might first want to think hard
about what you're really trying to accomplish.
        regards, tom lane


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

Предыдущее
От: "yy h"
Дата:
Сообщение: Help about physical page layout in PostgreSQL:
Следующее
От: Hiroshi Inoue
Дата:
Сообщение: Re: Practical impediment to supporting multiple SSL libraries