Re: WIP: New Page API - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: WIP: New Page API
Date
Msg-id 48A15A08.5070306@sun.com
Whole thread Raw
In response to Re: WIP: New Page API  (Markus Wanner <markus@bluegap.ch>)
Responses Re: WIP: New Page API  (Markus Wanner <markus@bluegap.ch>)
List pgsql-hackers
Markus Wanner napsal(a):
> Hi,
> 
> Zdenek Kotala wrote:
>> I finished first prototype of new page API.
> 
> This might seem obvious to you, but could you please describe the 
> problem you are trying to solve with this new page API? How does it 
> relate to the relation forks, that have just been committed?
> 

Hi Markus,

It is not related to fork maps. The idea is to learn PostgreSQL process to read 
old data page structures. It is part of in-place upgrade and it was discussed on 
PGCon this year. You can see more info on

http://wiki.postgresql.org/wiki/In-place_upgrade
http://www.pgcon.org/2008/schedule/events/87.en.html

This is prototype of first part. Multi versions tuple processing and tuple size 
limits are next part.

    Zdenek


pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: psql bug -- using old variables and database connection
Next
From: Markus Wanner
Date:
Subject: Re: WIP: New Page API