On 3/30/17 14:04, Fujii Masao wrote: > On Thu, Mar 23, 2017 at 9:59 PM, Peter Eisentraut <[email protected]> wrote: >> Logical replication support for initial data copy > > + case T_SQLCmd: > + if (MyDatabaseId == InvalidOid) > + ereport(ERROR, > + (errmsg("not connected to database"))); > > This error message doesn't seem to follow the error message style in docs.
I have committed an improved message. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
