pgbouncer - pgbouncer: simpler slab cache, with explicit init func

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: simpler slab cache, with explicit init func
Date: 2008-01-23 09:52:11
Message-ID: 20080123095211.5C2CA17AD13D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
simpler slab cache, with explicit init func

Modified Files:
--------------
pgbouncer/include:
slab.h (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/slab.h.diff?r1=1.4&r2=1.5)
pgbouncer/src:
objects.c (r1.42 -> r1.43)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/objects.c.diff?r1=1.42&r2=1.43)
slab.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/slab.c.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2008-01-23 11:08:01 pgbouncer - pgbouncer: test.sh: sleep after launching nc, fix syntax
Previous Message User Mkz 2008-01-23 09:43:35 pgbouncer - pgbouncer: draft lazy iobuf handling