Re: New FSM patch - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: New FSM patch
Date
Msg-id 48C906F8.4040108@sun.com
Whole thread Raw
In response to New FSM patch  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: New FSM patch  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
I have question about FSM structure on the page. If I look into the code it 
seems to me that tree structure is "degenerated" on the right side. It is 
probably space optimization because complete tree needs BLCKSZ/2 space on the 
page and rest is empty.

Is my assumption correct? If yes maybe extra note in fsm_internal.h about it 
could be helpful.

    Zdenek




-- 
Zdenek Kotala              Sun Microsystems
Prague, Czech Republic     http://sun.com/postgresql



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postgresql coding conventions
Next
From: Heikki Linnakangas
Date:
Subject: Re: New FSM patch