Inaccuracy in fe-protocol3.c

Started by Dmitriy Igrishinalmost 10 years ago2 messagesdocs
Jump to latest
#1Dmitriy Igrishin
dmitigr@gmail.com

Hi,
https://github.com/postgres/postgres/blob/master/src/interfaces/libpq/fe-protocol3.c#L166
says "ERROR messages are displayed using the notice processor".
But actually "ERROR messages are handled using the notice receiver".

--
// Dmitry.

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

#2Peter Eisentraut
peter_e@gmx.net
In reply to: Dmitriy Igrishin (#1)
Re: Inaccuracy in fe-protocol3.c

On 6/15/16 5:21 AM, Dmitry Igrishin wrote:

Hi,
https://github.com/postgres/postgres/blob/master/src/interfaces/libpq/fe-protocol3.c#L166
says "ERROR messages are displayed using the notice processor".
But actually "ERROR messages are handled using the notice receiver".

Fixed

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

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