File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 query becuase the structure would
2097+ * be impossible to cancel a synchronous query because the structure would
20982098 * have to stay locked for the duration of the query).
20992099 */
21002100PGcancel *
You can’t perform that action at this time.
0 commit comments