RE: [HACKERS] 6.5 Release date - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject RE: [HACKERS] 6.5 Release date
Date
Msg-id 000501beb39b$6ea40ba0$2801007e@cadzone.tpf.co.jp
Whole thread Raw
In response to Re: [HACKERS] 6.5 Release date  (The Hermit Hacker <scrappy@hub.org>)
Responses Re: [HACKERS] 6.5 Release date  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers

> 
> I concur...let's hold her till June 14th then.  No source changes between
> now and then, unless *absolutely* required...agreed? :)
>

Please put the implementaion of mdtruncate() back to old one.
Current implementation is the worst one.

For example,trying to truncate a    1.5G( = 1G + 0.5G )  table to  1.2G,
vacuum expander would expand the table to    1.7G( = 1.2G + 0.5G) .

Regards.

Hiroshi Inoue
Inoue@tpf.co.jp


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] Aggregates with context - a question
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] 6.5 Release date