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

Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)

since we don't change the signal mask during normal backend operations.
Use sigsetjmp(buf,0) to avoid many unnecessary kernel calls.
parent 914e177a
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