Help about physical page layout in PostgreSQL:

From: "yy h" <hyy(dot)database(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Help about physical page layout in PostgreSQL:
Date: 2006-04-16 02:45:44
Message-ID: 691c1fd20604151945y590ef622t407beb151debfe12@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-04-16 02:52:50 Re: Help about physical page layout in PostgreSQL:
Previous Message Robert Treat 2006-04-16 02:44:22 Re: Google SoC--Idea Request