Re: Help about physical page layout in PostgreSQL:

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "yy h" <hyy(dot)database(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Help about physical page layout in PostgreSQL:
Date: 2006-04-16 02:52:50
Message-ID: 11846.1145155970@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"yy h" <hyy(dot)database(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2006-04-16 03:54:36 Re: Practical impediment to supporting multiple SSL libraries
Previous Message yy h 2006-04-16 02:45:44 Help about physical page layout in PostgreSQL: