Re: Forcing wal rotation - Mailing list pgsql-hackers

From Dave Page
Subject Re: Forcing wal rotation
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E40154BF83@ratbert.vale-housing.co.uk
Whole thread Raw
In response to Re: Forcing wal rotation  ("Florian G. Pflug" <fgp@phlo.org>)
List pgsql-hackers

> -----Original Message-----
> From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of
> Florian G. Pflug
> Sent: 14 July 2006 16:37
> To: Postgresql-General
> Cc: A.M.
> Subject: Re: [HACKERS] Forcing wal rotation
>
> > How about an SQL-level function that calls the wal scripts?
> This would
> > also allow "important" transactions to push data to the
> standy server
> > regardless of the wal size.
> That was the idea - providing pg_rotate_wal(), which would
> guarantee that
> the wal is rotatted at least once if called. Thinking further
> about this,
> for a first prove of concept, I'd be enough to write a C function
> pg_current_walsegment(). pg_rotate_wal() could then be a
> plpgsql function,
> that e.g. creates a temporary table, and fills it with data, until the
> return value of pg_current_walsegment() changes.

You might wanna speak to Simon Riggs before starting anything - he was
planning to work on this (log rotation) at the Code Sprint. Don't know
if he actually got to it though.

Regards, Dave.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Forcing wal rotation
Next
From: Andrew Dunstan
Date:
Subject: Re: contrib promotion?