pgbouncer - pgbouncer: use unlikely() in debug macros

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: use unlikely() in debug macros
Date: 2007-10-31 14:04:47
Message-ID: 20071031140447.5B0ED21758E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
use unlikely() in debug macros

Modified Files:
--------------
pgbouncer/src:
system.h (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/system.h.diff?r1=1.5&r2=1.6)
util.h (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/util.h.diff?r1=1.7&r2=1.8)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-10-31 20:12:44 pgsql: Add: > * Prevent long-lived temporary tables from causing
Previous Message User Dpage 2007-10-31 11:53:07 pginstaller - pginst: Simple rewrite of the code that reads SQL scripts