Skip to content
Snippets Groups Projects
Commit 8e4fe3ba authored by Tom Lane's avatar Tom Lane
Browse files

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 spitting
out lots of notice/warning messages, even if they're coming from a loop
that doesn't otherwise contain a CHECK_FOR_INTERRUPTS.  Per gripe from
Stephen Frost.
parent e69c09c1
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment