Re: [HACKERS] Incrementally Updated Backup - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: [HACKERS] Incrementally Updated Backup
Date
Msg-id 4510071E.9080707@enterprisedb.com
Whole thread Raw
In response to Incrementally Updated Backup  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: [HACKERS] Incrementally Updated Backup
List pgsql-patches
Simon Riggs wrote:
> +
> + if (startupAfterRecovery)
> + ereport(ERROR,
> + (errmsg("recovery ends normally with startup_after_recovery=false")));
> +

I find this part of the patch a bit ugly. Isn't there a better way to
exit than throwing an error that's not really an error?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: "Albe Laurenz"
Date:
Subject: Re: Dynamic linking on AIX
Next
From: Neil Conway
Date:
Subject: Re: Small additions and typos on backup