pgbouncer - pgbouncer: system.h improvements - typedef bool to uchar

From: mkz(at)pgfoundry(dot)org (User Mkz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgbouncer - pgbouncer: system.h improvements - typedef bool to uchar
Date: 2007-11-23 10:57:43
Message-ID: 20071123105743.D07E817ADCD5@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
system.h improvements

- typedef bool to uchar instead of enum - clearer signedness behaviour
- clean Assert() def
- general memcpy() optimization
- general strcmp() optimization

Modified Files:
--------------
pgbouncer/include:
system.h (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/include/system.h.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2007-11-23 10:58:34 pgbouncer - pgbouncer: hash.c: use system.h
Previous Message User Mkz 2007-11-23 10:45:48 pgbouncer - pgbouncer: add !=0 to strcmp()