File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
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>
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments