]> granicus.if.org Git - pgbouncer/commit
Fix broken alignment in src/slab.c
authorMarko Kreen <markokr@gmail.com>
Tue, 7 Apr 2009 09:31:41 +0000 (09:31 +0000)
committerMarko Kreen <markokr@gmail.com>
Tue, 7 Apr 2009 09:31:41 +0000 (09:31 +0000)
commitc1a5b98641b7321cab2b7488da5be440d549d920
treef9a2928c2fdf2b215f5b9cdcfff2c5375e213ec0
parent6953e124b19501f565c095a8cb791cf7cd05aa2e
Fix broken alignment in src/slab.c

Alignment macro was buggy, thus resulting in bad alignment.
This means speed hit on x86, but may result in crashes
on arches which are strict on alignment, unless the macro
is pre-defined in OS headers.

No problems from the field have been reported, thus maybe
even the bad alignment happened to be aligned?
src/slab.c