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

Commit4adab7e

Browse files
committed
Fix typo in comment.
1 parentb125d4b commit4adab7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.330 2006/05/18 16:26:44 momjian Exp $
11+
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.331 2006/05/19 14:26:58 alvherre Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -2094,7 +2094,7 @@ PQresetPoll(PGconn *conn)
20942094
* A copy is needed to be able to cancel a running query from a different
20952095
* thread. If the same structure is used all structure members would have
20962096
* to be individually locked (if the entire structure was locked, it would
2097-
* be impossible to cancel a synchronous querybecuase the structure would
2097+
* be impossible to cancel a synchronous querybecause the structure would
20982098
* have to stay locked for the duration of the query).
20992099
*/
21002100
PGcancel*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp