CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       04/02/18 12:25:12

Modified files:
        src/backend/libpq: pqsignal.c 
        src/backend/port/win32: Makefile 
        src/backend/storage/lmgr: proc.c 
        src/include/port: win32.h 
Added files:
        src/backend/port/win32: timer.c 

Log message:
        Here is a patch that implements setitimer() on win32. With this patch
        applied, deadlock detection and statement_timeout now works.
        
        The file timer.c goes into src/backend/port/win32/.
        
        The patch also removes two lines of "printf debugging" accidentally left
        in pqsignal.h, in the console control handler.
        
        Magnus Hagander


---------------------------(end of broadcast)---------------------------
TIP 7: don't forget to increase your free space map settings

Reply via email to