Tom Lane 9f6df6c4a6 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.
2004-09-16 21:59:17 +00:00
..
2004-09-14 05:50:33 +00:00
2004-09-13 12:35:18 +00:00
2004-05-19 21:37:43 +00:00
2004-08-29 05:07:03 +00:00
2004-06-01 03:32:42 +00:00