forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4edf968
committed
Rethink SQLSTATE code for ERRCODE_IDLE_SESSION_TIMEOUT.
Move it to class 57 (Operator Intervention), which seems like abetter choice given that from the client's standpoint it behavesa heck of a lot like, e.g., ERRCODE_ADMIN_SHUTDOWN.In a green field I'd put ERRCODE_IDLE_IN_TRANSACTION_SESSION_TIMEOUThere as well. But that's been around for a few years, so it'sprobably too late to change its SQLSTATE code.Discussion:https://postgr.es/m/763A0689-F189-459E-946F-F0EC4458980B@hotmail.com1 parentc1d5895 commit4edf968
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
112 |
| - | |
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
| |||
429 | 428 |
| |
430 | 429 |
| |
431 | 430 |
| |
| 431 | + | |
432 | 432 |
| |
433 | 433 |
| |
434 | 434 |
| |
|
0 commit comments
Comments
(0)