Simon Riggs <si...@2ndquadrant.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.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to