]> granicus.if.org Git - postgresql/commit
Fix oversight: there's no reason for PG_TRY to use sigsetjmp(buf,1)
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Sep 2004 21:59:17 +0000 (21:59 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 16 Sep 2004 21:59:17 +0000 (21:59 +0000)
commit9f6df6c4a6b76be47be645a4041f93eac87c3c95
treee663bb74c034859e71106dc645db2b1c1e5db9b2
parent914e177a3e3e99fef6439f07c204d156e1bd1fc1
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.
src/include/utils/elog.h