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

Commit098d204

Browse files
committed
Update query cancel message:
errmsg("canceling query due to user request or statement timeout")));
1 parent1d734b7 commit098d204

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/tcop/postgres.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/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 $
1212
*
1313
* NOTES
1414
* this is the "main" module of the postgres backend and
@@ -2205,7 +2205,7 @@ ProcessInterrupts(void)
22052205
DisableCatchupInterrupt();
22062206
ereport(ERROR,
22072207
(errcode(ERRCODE_QUERY_CANCELED),
2208-
errmsg("canceling query due to user request")));
2208+
errmsg("canceling query due to user request or statement timeout")));
22092209
}
22102210
/* If we get here, do nothing (probably, QueryCancelPending was reset) */
22112211
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp