Re: [PATCH] Addition of some trivial auto vacuum logging - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: [PATCH] Addition of some trivial auto vacuum logging
Date
Msg-id 1317170276-sup-4171@alvh.no-ip.org
Whole thread Raw
In response to Re: [PATCH] Addition of some trivial auto vacuum logging  (Royce Ausburn <royce.ml@inomial.com>)
Responses Re: [PATCH] Addition of some trivial auto vacuum logging
List pgsql-hackers
Excerpts from Royce Ausburn's message of mar sep 27 21:28:26 -0300 2011:
> Thanks for the tips guys. 
> 
> Just a question:  is the utility great enough to warrant me working further on this?  I have no real desire to
implementthis particular feature -- I simply saw an opportunity to cut my teeth on something easy.  I'd be happy to
findsomething on the TODO list instead if this feature isn't really worthwhile.
 

First patches are always going to be small things.  If you try to tackle
something too large, chances are you'll never finish, despair utterly
and throw yourself off a nearby bridge.  Surely it's better to set
realistic goals, start small and build slowly from there.

> Tom's suggestion looks like it's less trivial that I can do just yet, but I'll take a look and ask for help if I need
it.

It's not that difficult.  Just do a search on "git log
src/backend/postmaster/pgstat.c" for patches that add a new column
somewhere.

-- 
Álvaro Herrera <alvherre@commandprompt.com>
The PostgreSQL Company - Command Prompt, Inc.
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [PATCH] Addition of some trivial auto vacuum logging
Next
From: Robert Haas
Date:
Subject: Re: contrib/sepgsql regression tests are a no-go