From: Peter Eisentraut Date: Wed, 3 Aug 2016 02:33:56 +0000 (-0400) Subject: Small wording tweaks X-Git-Tag: REL9_6_BETA4~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=071049919566c22a276ae6441097c436e382a679;p=postgresql Small wording tweaks Dmitry Igrishin --- diff --git a/doc/src/sgml/catalogs.sgml b/doc/src/sgml/catalogs.sgml index cbb333fb3c..8f5332ab52 100644 --- a/doc/src/sgml/catalogs.sgml +++ b/doc/src/sgml/catalogs.sgml @@ -8496,7 +8496,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx boolean true if the prepared statement was created - via the PREPARE SQL statement; + via the PREPARE SQL command; false if the statement was prepared via the frontend/backend protocol diff --git a/src/interfaces/libpq/fe-protocol3.c b/src/interfaces/libpq/fe-protocol3.c index 0b8c62f6ce..a8a987aa92 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