Re: Simplifying "standby mode"

From: Simon Riggs <simon(at)2ndquadrant(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Hannu Krosing <hannu(at)skype(dot)net>, Stephen Frost <sfrost(at)snowman(dot)net>
Subject: Re: Simplifying "standby mode"
Date: 2006-09-06 15:45:21
Message-ID: 1157557521.7557.36.camel@holly
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Sat, 2006-09-02 at 09:14 -0400, Bruce Momjian wrote:
> Simon Riggs wrote:
> >
> > OK, I'll submit a C program called pg_standby so that we have an
> > approved and portable version of the script, allowing it to be
> > documented more easily.
>
> I think we are still waiting for this. I am also waiting for more PITR
> documentation to go with the recent patches.

Yup.

Likely to be completed by end of next week now, submitted in chunks:

1. Notes on restartable recovery
2. Notes on standby functionality
3. discussion on rolling your own record-level polling using
pg_xlogfile_name_offset()
4. pg_standby.c sample code
5. Reworking Marko Kreen's test harness as a example for contrib

Any other requests?

Timescale acceptable?

--
Simon Riggs
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-06 16:01:44 Re: Simplifying "standby mode"
Previous Message Bruce Momjian 2006-09-06 15:31:58 Re: Open items for 8.2

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-09-06 16:01:44 Re: Simplifying "standby mode"
Previous Message Bruce Momjian 2006-09-06 15:41:49 Re: XML syntax patch