From: | momjian(at)postgresql(dot)org (Bruce Momjian) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Add /contrib/pg_standby: pg_standby is a production-ready |
Date: | 2007-02-08 15:16:19 |
Message-ID: | 20070208151619.B53669FB2AF@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Log Message:
-----------
Add /contrib/pg_standby:
pg_standby is a production-ready program that can be used to
create a Warm Standby server. Other configuration is required
as well, all of which is described in the main server manual.
Simon Riggs
Added Files:
-----------
pgsql/contrib/pg_standby:
Makefile (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
README.pg_standby (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/README.pg_standby?rev=1.1&content-type=text/x-cvsweb-markup)
pg_standby.c (r1.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pg_standby/pg_standby.c?rev=1.1&content-type=text/x-cvsweb-markup)
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2007-02-08 15:28:58 | pgsql: Win32 regression test fixes: For win32 in general, this makes it |
Previous Message | Bruce Momjian | 2007-02-08 15:09:47 | pgsql: Add /contrib/pg_standby: pg_standby is a production-ready |