| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Heikki Linnakangas <heikki(at)postgresql(dot)org> |
| Cc: | pgsql-committers(at)postgresql(dot)org |
| Subject: | Re: pgsql: Add recovery_end_command option to recovery.conf. |
| Date: | 2009-05-14 20:39:01 |
| Message-ID: | 20090514203901.GP5986@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Heikki Linnakangas wrote:
> Log Message:
> -----------
> Add recovery_end_command option to recovery.conf. recovery_end_command
> is run at the end of archive recovery, providing a chance to do external
> cleanup. Modify pg_standby so that it no longer removes the trigger file,
> that is to be done using the recovery_end_command now.
I think it's worth documenting this stuff in the release notes so that
it shows up for the next beta ...
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2009-05-14 21:01:49 | pgsql: Add a note to release notes about the smart failover mode in |
| Previous Message | Heikki Linnakangas | 2009-05-14 20:31:09 | pgsql: Add recovery_end_command option to recovery.conf. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2009-05-14 21:02:01 | Re: pgsql: Add recovery_end_command option to recovery.conf. |
| Previous Message | Heikki Linnakangas | 2009-05-14 20:31:18 | Re: New trigger option of pg_standby |