|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * IDENTIFICATION |
11 | | - * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.458 2005/09/02 21:50:54 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/tcop/postgres.c,v 1.459 2005/09/16 19:31:04 momjian Exp $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * this is the "main" module of the postgres backend and |
@@ -2205,7 +2205,7 @@ ProcessInterrupts(void) |
2205 | 2205 | DisableCatchupInterrupt(); |
2206 | 2206 | ereport(ERROR, |
2207 | 2207 | (errcode(ERRCODE_QUERY_CANCELED), |
2208 | | -errmsg("canceling query due to user request"))); |
| 2208 | +errmsg("canceling query due to user request or statement timeout"))); |
2209 | 2209 | } |
2210 | 2210 | /* If we get here, do nothing (probably, QueryCancelPending was reset) */ |
2211 | 2211 | } |
|