From: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Alvaro Herrera <alvherre(at)commandprompt(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Re: [COMMITTERS] pgsql: Check compulsory parameters in recovery.conf in standby_mode, per |
Date: | 2010-04-05 20:18:21 |
Message-ID: | 1270498701.24910.4877.camel@ebony |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On Mon, 2010-04-05 at 15:58 -0400, Tom Lane wrote:
> Simon Riggs <simon(at)2ndQuadrant(dot)com> writes:
> > (errmsg("recovery command file \"%s\" specified neither primary_conninfo nor restore_command",
> > - RECOVERY_COMMAND_FILE)));
> > + RECOVERY_COMMAND_FILE),
> > + errdetail("The database server will regularly poll the pg_xlog subdirectory to check for files placed there.")));
>
> That's not a "detail", as it has nothing to do with details of the error
> condition. It might pass muster as a "hint", though I'm not entirely
> sure what the point is.
The server sits around doing nothing and the point of the message is to
explain why that is and give a hint as to what might change that
situation, if anything.
--
Simon Riggs www.2ndQuadrant.com
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-04-05 20:48:33 | Re: Re: [COMMITTERS] pgsql: Check compulsory parameters in recovery.conf in standby_mode, per |
Previous Message | Tom Lane | 2010-04-05 19:58:50 | Re: Re: [COMMITTERS] pgsql: Check compulsory parameters in recovery.conf in standby_mode, per |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-04-05 20:48:33 | Re: Re: [COMMITTERS] pgsql: Check compulsory parameters in recovery.conf in standby_mode, per |
Previous Message | Josh Berkus | 2010-04-05 20:12:05 | Re: Alpha release this week? |