Thread: pgsql/src/backend/access/gist gist.c

pgsql/src/backend/access/gist gist.c

From
tgl@postgresql.org
Date:
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/02/11 17:41:59

Modified files:
    src/backend/access/gist: gist.c

Log message:
    Tweak GiST code to work correctly on machines where 8-byte alignment
    of pointers is required.  Patch from Teodor Sigaev per pghackers
    discussion.  It's an ugly kluge but avoids forcing initdb; we'll put
    a better fix into 7.3 or later.