Re: [PATCHES] [HACKERS] pg_freespacemap question

2006-03-19 Thread Mark Kirkwood
Mark Kirkwood wrote: Tom Lane wrote: I do notice a rather serious shortcoming of pg_freespacemap in its current incarnation, which is that it *only* shows you the per-page free space data, and not any of the information that would let you determine what the FSM is doing to filter the raw

[PATCHES] Pg_buffercache tidy

2006-03-19 Thread Mark Kirkwood
This patch wraps the DDL in a BEGIN...COMMIT (as suggested by Jim for pg_freespacemap a while ago). In addition I have amended the example queries to correctly project out only relations in the current database (relations with the same name from different databases were getting counted

[PATCHES] initdb cleanup

2006-03-19 Thread Alvaro Herrera
Here's a little cosmetic patch merging the loading of regular descriptions with shared descriptions (just like the process of loading regular dependencies was merged with shared dependencies). This merges both the code and the message emitted to the user. Sample output: [some stuff ...]

Re: [PATCHES] initdb cleanup

2006-03-19 Thread Neil Conway
On Sun, 2006-03-19 at 23:11 -0400, Alvaro Herrera wrote: Here's a little cosmetic patch merging the loading of regular descriptions with shared descriptions (just like the process of loading regular dependencies was merged with shared dependencies). Where's the patch? -Neil

Re: [PATCHES] initdb cleanup

2006-03-19 Thread Alvaro Herrera
Neil Conway wrote: On Sun, 2006-03-19 at 23:11 -0400, Alvaro Herrera wrote: Here's a little cosmetic patch merging the loading of regular descriptions with shared descriptions (just like the process of loading regular dependencies was merged with shared dependencies). Where's the patch?