| From: | Euler Taveira de Oliveira <euler(at)timbira(dot)com> |
|---|---|
| To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: pg_standby and build farm |
| Date: | 2006-12-14 00:36:57 |
| Message-ID: | 20061214003657.GE2908@timbira.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Simon Riggs wrote:
> I've written up a Warm Standby script as a .c program rather than
> scripts, to allow it to be portable and potentially shipped as part of
> PostgreSQL core.
>
Great! It'll make the DBA's work much easier, could help the adoption of
PITR (nowadays people thinks it's to complicate to code a script) and
help Win32 users.
> So far I've written this as a contrib module. Would people like to see
> this submitted to -patches, or should I make it available via PgFoundry
> HAPITR?
>
> Should this be reworked as an src/bin program? Or is the contrib module
> the best form for this in 8.3?
>
Please submit it to -patches. IMHO it should stay in src/bin because
it'll be part of a solution that is tightly integrated to core (PITR).
--
Euler Taveira de Oliveira
http://www.timbira.com/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-12-14 00:43:38 | Re: pg_standby and build farm |
| Previous Message | Tom Lane | 2006-12-14 00:34:42 | Re: recovery.conf parsing problems |