Alvaro Herrera <alvhe...@alvh.no-ip.org> writes: > However, for this one
> + case CAC_NOTCONSISTENT: > + if (EnableHotStandby) > + ereport(FATAL, > + (errcode(ERRCODE_CANNOT_CONNECT_NOW), > + errmsg("the database system is not accepting > connections"), > + errdetail("Consistent recovery state has not been > yet reached."))); > Maybe it makes sense to say "... is not accepting connections *yet*". +1, but I think "... is not yet accepting connections" is slightly better style. regards, tom lane