Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 0710499

Browse files
committed
Small wording tweaks
Dmitry Igrishin
1 parent c6ea616 commit 0710499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/src/sgml/catalogs.sgml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8496,7 +8496,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
84968496
<entry><type>boolean</type></entry>
84978497
<entry>
84988498
<literal>true</literal> if the prepared statement was created
8499-
via the <command>PREPARE</command> SQL statement;
8499+
via the <command>PREPARE</command> SQL command;
85008500
<literal>false</literal> if the statement was prepared via the
85018501
frontend/backend protocol
85028502
</entry>

src/interfaces/libpq/fe-protocol3.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pqParseInput3(PGconn *conn)
163163

164164
/*
165165
* Unexpected message in IDLE state; need to recover somehow.
166-
* ERROR messages are displayed using the notice processor;
166+
* ERROR messages are handled using the notice processor;
167167
* ParameterStatus is handled normally; anything else is just
168168
* dropped on the floor after displaying a suitable warning
169169
* notice. (An ERROR is very possibly the backend telling us why

0 commit comments

Comments
 (0)