pgbouncer - pgbouncer: Fix broken alignment in src/slab.c Alignment

Поиск
Список
Период
Сортировка
От mkz@pgfoundry.org (User Mkz)
Тема pgbouncer - pgbouncer: Fix broken alignment in src/slab.c Alignment
Дата
Msg-id 20090407093142.8B7E417ADE80@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
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?

Modified Files:
--------------
    pgbouncer/src:
        slab.c (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgbouncer/pgbouncer/src/slab.c.diff?r1=1.9&r2=1.10)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add doc link to section about how to compile triggers.
Следующее
От: sas@pgfoundry.org (User Sas)
Дата:
Сообщение: slony1-ctl - slony-ctl: Translation of README in progress