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

Started by Nonameover 18 years ago1 messagescomitters
Jump to latest
#1Noname
mkz@pgfoundry.org

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)