Help about physical page layout in PostgreSQL:

Поиск
Список
Период
Сортировка
От yy h
Тема Help about physical page layout in PostgreSQL:
Дата
Msg-id 691c1fd20604151945y590ef622t407beb151debfe12@mail.gmail.com
обсуждение исходный текст
Ответы Re: Help about physical page layout in PostgreSQL:  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi,
 
I was trying to modify the physical page layout in PostgreSQL. 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?
 
My question are 1.where are the source files for these interfaces to physical page?
2. Are there more detailed technical documentation for this kind of stuff? The documentation at the website is more llike a external description of the whole system. Is there any technical documentation for the code?
 
Thank you for your time, any help is appreciated!
Best,
Yeye

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

Предыдущее
От: Robert Treat
Дата:
Сообщение: Re: Google SoC--Idea Request
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Help about physical page layout in PostgreSQL: