pgbouncer - pgbouncer: win32 support (wip) Original patch by Hiroshi

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: win32 support (wip) Original patch by Hiroshi
Date: 2008-11-24 11:31:47
Message-ID: 20081124113147.4982517ADE2B@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
win32 support (wip)

Original patch by Hiroshi Saito, applied with some cleanup

Modified Files:
--------------
pgbouncer:
Makefile (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/Makefile.diff?r1=1.25&r2=1.26)
config.mak.in (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/config.mak.in.diff?r1=1.6&r2=1.7)
configure.ac (r1.49 -> r1.50)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/configure.ac.diff?r1=1.49&r2=1.50)
pgbouncer/doc:
config.txt (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/config.txt.diff?r1=1.16&r2=1.17)
usage.txt (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/doc/usage.txt.diff?r1=1.6&r2=1.7)
pgbouncer/include:
system.h (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/system.h.diff?r1=1.17&r2=1.18)
pgbouncer/src:
loader.c (r1.17 -> r1.18)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/loader.c.diff?r1=1.17&r2=1.18)
main.c (r1.52 -> r1.53)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/main.c.diff?r1=1.52&r2=1.53)
pooler.c (r1.16 -> r1.17)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/pooler.c.diff?r1=1.16&r2=1.17)
system.c (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/system.c.diff?r1=1.5&r2=1.6)
util.c (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.c.diff?r1=1.25&r2=1.26)
pgbouncer/test:
asynctest.c (r1.14 -> r1.15)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/test/asynctest.c.diff?r1=1.14&r2=1.15)

Added Files:
-----------
pgbouncer/win32:
MSG00001.bin (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/MSG00001.bin?rev=1.1&content-type=text/x-cvsweb-markup)
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
compat_win32.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/compat_win32.h?rev=1.1&content-type=text/x-cvsweb-markup)
eventmsg.mc (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/eventmsg.mc?rev=1.1&content-type=text/x-cvsweb-markup)
eventmsg.rc (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/eventmsg.rc?rev=1.1&content-type=text/x-cvsweb-markup)
pgbevent.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/pgbevent.c?rev=1.1&content-type=text/x-cvsweb-markup)
win32service.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32service.c?rev=1.1&content-type=text/x-cvsweb-markup)
win32service.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32service.h?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-11-24 11:45:26 pgbouncer - pgbouncer: remove unnecessary CVS ids, update AUTHORS
Previous Message User Mkz 2008-11-24 11:27:20 pgbouncer - pgbouncer: New Directory