pgsql: Fix statement_timeout on Win32 so that it properly treats - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Fix statement_timeout on Win32 so that it properly treats
Date
Msg-id 20060809174706.E55039FB2C2@postgresql.org
Whole thread Raw
List 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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/port/win32:
        timer.c (r1.6.2.1 -> r1.6.2.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/win32/timer.c.diff?r1=1.6.2.1&r2=1.6.2.2)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Fix statement_timeout on Win32 so that it properly treats
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL for typmod: >