Re: [HACKERS] Concerns about statement-timeout patch

2002-11-07 Thread Bruce Momjian
Added to TODO: * Research interaction of setitimer() and sleep() used by statement_timeout --- Tom Lane wrote: > I've been trying to do some code review of the recent statement-timeout > feature addition, and I've got some

[HACKERS] Concerns about statement-timeout patch

2002-10-30 Thread Tom Lane
I've been trying to do some code review of the recent statement-timeout feature addition, and I've got some fairly serious concerns about it. One problem that needs discussion is that the enable_sig_alarm and disable_sig_alarm calls were dropped into postgres.c at rather randomly chosen places. T