View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 10:40 AM
Alvaro Herrera
 
Posts: n/a
Default Re: Patch for pgstatindex to fix a bug reporting a value of strange leaf_fragmentation

Tatsuhito Kasahara wrote:
> Hello.
>
> I found a bug in contrib/pgstatindex.c to reports a strange value of
> leaf_fragmentation with some cases.
> #Look the following test example.
>
> In GetBTPageStatistics(), stat->fragments is not initialized properly
> so that invalid leaf_fragments values are inserted in results.


Right. Checking that code, it seems btpo.xact is also being incorrectly
handled, is it not? Incidentally, the return value seems a bit useless.

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.


---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote