pgsql: Fix statement_timeout on Win32 so that it properly treats

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix statement_timeout on Win32 so that it properly treats
Date: 2006-08-09 17:47:03
Message-ID: 20060809174703.5E54E9FB2C2@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix statement_timeout on Win32 so that it properly treats micro-seconds
as micro-seconds, rather than as 100 microseconds, as it does now. This
actually fixes all setitimer calls on Win32, but statement_timeout is
the most visible fix.

Backpatch to 8.1.X. 8.0 works as documented.

Modified Files:
--------------
pgsql/src/backend/port/win32:
timer.c (r1.9 -> r1.10)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/timer.c.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-08-09 17:47:06 pgsql: Fix statement_timeout on Win32 so that it properly treats
Previous Message Bruce Momjian 2006-08-09 17:33:52 pgsql: Formatting improvement.