Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0710499

Browse files
committed
Small wording tweaks
Dmitry Igrishin
1 parentc6ea616 commit0710499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎doc/src/sgml/catalogs.sgml

Lines changed: 1 addition & 1 deletion
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> SQLstatement;
8499+
via the <command>PREPARE</command> SQLcommand;
85008500
<literal>false</literal> if the statement was prepared via the
85018501
frontend/backend protocol
85028502
</entry>

‎src/interfaces/libpq/fe-protocol3.c

Lines changed: 1 addition & 1 deletion
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 aredisplayed using the notice processor;
166+
* ERROR messages arehandled 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)

[8]ページ先頭

©2009-2025 Movatter.jp