Re: sorted writes for checkpoints - Mailing list pgsql-hackers

From Alvaro Herrera
Subject Re: sorted writes for checkpoints
Date
Msg-id 1288321815-sup-3214@alvh.no-ip.org
Whole thread Raw
In response to sorted writes for checkpoints  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
Excerpts from Jeff Janes's message of vie oct 29 00:00:24 -0300 2010:
> One of the items on the Wiki ToDo list is sorted writes for
> checkpoints.  The consensus seemed to be that this should be done by
> adding hook(s) into the main code, and then a contrib module to work
> with those hooks.  Is there an existing contrib module that one could
> best look to for inspiration on how to go about doing this?  I have
> the sorted checkpoint working under a guc, but don't know where to
> start on converting it to a contrib module instead.

Hmm, see contrib/auto_explain?

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


pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: sorted writes for checkpoints
Next
From: Pavel Golub
Date:
Subject: Re: add label to enum syntax