Code review for statement_timeout patch. Fix some race conditions

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 55e4ef138cc68cffd12df9fc9e5587590473a074
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-10-31T21:34:17Z
Releases: 7.3.1
Code review for statement_timeout patch.  Fix some race conditions
between signal handler and enable/disable code, avoid accumulation of
timing error due to trying to maintain remaining-time instead of
absolute-end-time, disable timeout before commit not after.

Files