[HACKERS] Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy - Mailing list pgsql-hackers

From Peter Eisentraut
Subject [HACKERS] Re: [COMMITTERS] pgsql: Logical replication support for initial datacopy
Date
Msg-id 04fb0f2d-51a1-b7f5-85f4-f7d7148b06e7@2ndquadrant.com
Whole thread Raw
List pgsql-hackers
On 3/30/17 14:04, Fujii Masao wrote:
> On Thu, Mar 23, 2017 at 9:59 PM, Peter Eisentraut <peter_e@gmx.net> 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 (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: [HACKERS] Supporting huge pages on Windows
Next
From: Tomas Vondra
Date:
Subject: Re: [HACKERS] Patches that don't apply or don't compile: 2017-09-12