1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-29 10:41:53 +03:00

Small wording tweaks

Dmitry Igrishin
This commit is contained in:
Peter Eisentraut
2016-08-02 22:33:56 -04:00
parent c6ea616ff7
commit 0710499195
2 changed files with 2 additions and 2 deletions

View File

@ -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