pgbouncer - pgbouncer: win32: more cleanups - emulate fcntl instead
| From: |
mkz(at)pgfoundry(dot)org (User Mkz) |
| To: |
pgsql-committers(at)postgresql(dot)org |
| Subject: |
pgbouncer - pgbouncer: win32: more cleanups - emulate fcntl instead |
| Date: |
2008-12-04 15:34:23 |
| Message-ID: |
20081204153423.95FCF17ADE59@pgfoundry.org (view raw or flat) |
| Thread: |
|
| Lists: |
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
| Next: | From: User Mkz | Date: 2008-12-04 16:07:08 |
| Subject: pgbouncer - pgbouncer: win32: rename support files |
| Previous: | From: Alvaro Herrera | Date: 2008-12-04 14:51:02 |
| Subject: pgsql: Fix a couple of snapshot management bugs in the new ResourceOwner |