From: | Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [COMMITTERS] pgsql: Logical replication support for initial data copy |
Date: | 2017-09-13 12:36:08 |
Message-ID: | 04fb0f2d-51a1-b7f5-85f4-f7d7148b06e7@2ndquadrant.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
On 3/30/17 14:04, Fujii Masao wrote:
> On Thu, Mar 23, 2017 at 9:59 PM, Peter Eisentraut <peter_e(at)gmx(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2017-09-13 13:11:41 | pgsql: docs: improve pg_upgrade standby instructions |
Previous Message | Peter Eisentraut | 2017-09-13 12:35:06 | pgsql: Improve error message in WAL sender |
From | Date | Subject | |
---|---|---|---|
Next Message | Tomas Vondra | 2017-09-13 12:37:08 | Re: Patches that don't apply or don't compile: 2017-09-12 |
Previous Message | Magnus Hagander | 2017-09-13 12:32:08 | Re: Supporting huge pages on Windows |