File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8496,7 +8496,7 @@ SELECT * FROM pg_locks pl LEFT JOIN pg_prepared_xacts ppx
8496
8496
<entry><type>boolean</type></entry>
8497
8497
<entry>
8498
8498
<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 ;
8500
8500
<literal>false</literal> if the statement was prepared via the
8501
8501
frontend/backend protocol
8502
8502
</entry>
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ pqParseInput3(PGconn *conn)
163
163
164
164
/*
165
165
* 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;
167
167
* ParameterStatus is handled normally; anything else is just
168
168
* dropped on the floor after displaying a suitable warning
169
169
* notice. (An ERROR is very possibly the backend telling us why
You can’t perform that action at this time.
0 commit comments