forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8e4fe3b
committed
Do a CHECK_FOR_INTERRUPTS after emitting a message of less than ERROR
severity. This is to ensure the user can cancel a query that's spittingout lots of notice/warning messages, even if they're coming from a loopthat doesn't otherwise contain a CHECK_FOR_INTERRUPTS. Per gripe fromStephen Frost.1 parente69c09c commit8e4fe3b
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
| 45 | + | |
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| |||
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
454 |
| - | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
455 | 462 |
| |
456 | 463 |
| |
457 | 464 |
| |
|
0 commit comments
Comments
(0)