pgbouncer - pgbouncer: Fix broken alignment in src/slab.c Alignment - Mailing list pgsql-committers

From mkz@pgfoundry.org (User Mkz)
Subject pgbouncer - pgbouncer: Fix broken alignment in src/slab.c Alignment
Date
Msg-id 20090407093142.8B7E417ADE80@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add doc link to section about how to compile triggers.
Next
From: sas@pgfoundry.org (User Sas)
Date:
Subject: slony1-ctl - slony-ctl: Translation of README in progress