pgbouncer - pgbouncer: hash: remove the silly optimization, its better

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: hash: remove the silly optimization, its better
Date: 2007-11-21 15:58:59
Message-ID: 20071121155859.BF0CA17ADD69@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
hash: remove the silly optimization, its better to keep code clean

Modified Files:
--------------
pgbouncer/src:
hash.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/hash.c.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message User Heder 2007-11-21 17:02:05 randdataset - randdataset: New Directory
Previous Message User Mkz 2007-11-21 15:30:26 pgbouncer - pgbouncer: add faq, some cleanups