pgbouncer - pgbouncer: win32: simpler service handling, cleanups - one

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: win32: simpler service handling, cleanups - one
Date: 2009-01-10 18:54:16
Message-ID: 20090110185416.A660817ADCB0@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
win32: simpler service handling, cleanups

- one pgbouncer instance per service, in-process
- read service name from config file

cleanups:

- use FormatMessage for strerror()
- error out on wide-char build
- tag stdout/err _IONBF, they seem fully buffered by default

Modified Files:
--------------
pgbouncer/win32:
win32support.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32support.c.diff?r1=1.3&r2=1.4)
win32support.h (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/win32/win32support.h.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2009-01-10 20:14:31 pgsql: Modify libpq environment variable documentation to point to the
Previous Message Bruce Momjian 2009-01-10 16:58:39 pgsql: Update link guidelines.