Re: WIP: getting rid of the pg_database flat file - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: WIP: getting rid of the pg_database flat file
Date
Msg-id 20090812204824.GS23840@tamriel.snowman.net
Whole thread Raw
In response to Re: WIP: getting rid of the pg_database flat file  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
* Alvaro Herrera (alvherre@commandprompt.com) wrote:
> No, that's for the workers.  The launcher needs all the entries anyway.
> (I'm assuming it will be able to check visibility of tuples, correct?
> Hmm, it will need to run transactions in order to do that ...)

I realize I'm jumping into the middle of this with something unrelated.
My apologies.  A feature I've wanted a couple of times and which I know
other people have asked for is being able to schedule tasks to run at
certain times.  Similar to cron or scheduler, but in the database
instead of having to set up something outside.

I would expect it to use something similar to the autovacuum
launcher/worker system.  I'm wondering if it would be possible to
consider how other autovacuum-like systems might be added in the future
when doing these changes.
Thanks,
    Stephen

pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: compilation with libeditpreferred is broken
Next
From: Pierre Frédéric Caillaud
Date:
Subject: Re: COPY speedup