We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d734b7 commit 098d204Copy full SHA for 098d204
src/backend/tcop/postgres.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.458 2005/09/02 21:50:54 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.459 2005/09/16 19:31:04 momjian Exp $
12
13
* NOTES
14
* this is the "main" module of the postgres backend and
@@ -2205,7 +2205,7 @@ ProcessInterrupts(void)
2205
DisableCatchupInterrupt();
2206
ereport(ERROR,
2207
(errcode(ERRCODE_QUERY_CANCELED),
2208
- errmsg("canceling query due to user request")));
+ errmsg("canceling query due to user request or statement timeout")));
2209
}
2210
/* If we get here, do nothing (probably, QueryCancelPending was reset) */
2211
0 commit comments