diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2016-08-02 22:33:56 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2016-08-02 22:33:56 -0400 |
commit | 071049919566c22a276ae6441097c436e382a679 (patch) | |
tree | ac254bc28a4c5922dd8ff813330ddd7ea6ae8210 /src | |
parent | c6ea616ff702862fc6923323a49dd24a0e0ae2d9 (diff) |
Small wording tweaks
Dmitry Igrishin
Diffstat (limited to 'src')
-rw-r--r-- | src/interfaces/libpq/fe-protocol3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/libpq/fe-protocol3.c b/src/interfaces/libpq/fe-protocol3.c index 0b8c62f6ce2..a8a987aa92d 100644 --- a/src/interfaces/libpq/fe-protocol3.c +++ b/src/interfaces/libpq/fe-protocol3.c @@ -163,7 +163,7 @@ pqParseInput3(PGconn *conn) /* * Unexpected message in IDLE state; need to recover somehow. - * ERROR messages are displayed using the notice processor; + * ERROR messages are handled using the notice processor; * ParameterStatus is handled normally; anything else is just * dropped on the floor after displaying a suitable warning * notice. (An ERROR is very possibly the backend telling us why |