Re: [PATCHES] [HACKERS] Automatic free space map filling

2006-03-14 Thread Simon Riggs
On Mon, 2006-03-13 at 17:38 +0900, ITAGAKI Takahiro wrote: > Simon Riggs <[EMAIL PROTECTED]> wrote: > > > > "Zeugswetter Andreas DCP SD" <[EMAIL PROTECTED]> wrote: > > > > Ok, we cannot reuse a dead tuple. Maybe we can reuse the space of a dead > > > > tuple by reducing the tuple to it's header in

Re: [PATCHES] [HACKERS] Automatic free space map filling

2006-03-13 Thread ITAGAKI Takahiro
Simon Riggs <[EMAIL PROTECTED]> wrote: > > "Zeugswetter Andreas DCP SD" <[EMAIL PROTECTED]> wrote: > > > Ok, we cannot reuse a dead tuple. Maybe we can reuse the space of a dead > > > tuple by reducing the tuple to it's header info. > > > > Attached patch realizes the concept of his idea. The dea