pgbouncer - pgbouncer: win32: more cleanups - emulate fcntl instead - Mailing list pgsql-committers

From mkz@pgfoundry.org (User Mkz)
Subject pgbouncer - pgbouncer: win32: more cleanups - emulate fcntl instead
Date
Msg-id 20081204153423.95FCF17ADE59@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
win32: more cleanups

- emulate fcntl instead using #ifdef
- getsockopt() and select() also need wrapping
- move syslog declarations into compat_win32.h

Modified Files:
--------------
    pgbouncer/src:
        util.c (r1.28 -> r1.29)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.28&r2=1.29)
    pgbouncer/win32:
        compat_win32.h (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/compat_win32.h.diff?r1=1.6&r2=1.7)
        win32service.h (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32service.h.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Fix a couple of snapshot management bugs in the new ResourceOwner
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: win32: rename support files