Tweak GiST code to work correctly on machines where 8-byte alignment

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 028e13bc08b52fad446a098a80a522d938beb06c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-02-11T22:41:59Z
Releases: 7.2.1
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.

Files

PathChange+/−
src/backend/access/gist/gist.c modified +28 −14