Re: [PATCHES] (yet) more pfree cast cleanup

2004-10-25 Thread Neil Conway
On Mon, 2004-10-25 at 14:27, Neil Conway wrote: This patch fixes a few more unnecessary pfree() casts (this time casting the argument to char * ). Applied to HEAD. -Neil ---(end of broadcast)--- TIP 6: Have you searched our list archives?

Re: [PATCHES] [HACKERS] ARC Memory Usage analysis

2004-10-25 Thread Tom Lane
Jan Wieck [EMAIL PROTECTED] writes: This all only holds water, if the OS is allowed to swap out shared memory. And that was my initial question, how likely is it to find this to be true these days? I think it's more likely that not that the OS will consider shared memory to be potentially

[PATCHES] pg_autovacuum vacuum cost variables patch

2004-10-25 Thread Matthew T. O'Connor
Hello, as per some discussion on the lists a few days ago, I am submitting this patch against the CVS version of pg_autovacuum. This patch adds 5 new command line options to pg_autovacuum that directly correspond to the 5 new vacuum cost GUC variables in 8.0. I have done some simple testing