postgresql/src
Heikki Linnakangas ec8f692c3c Fix alignment of GIN in-line posting lists stored in entry tuples.
The Sparc machines in the buildfarm are crashing because of misaligned
access to posting lists stored in entry tuples.

I accidentally removed a critical SHORTALIGN() from ginFormTuple, as part
of the packed posting lists patch. Perhaps I thought it was unnecessary,
because the index_form_tuple() call above the SHORTALIGN already aligned
the size, missing the fact that the null-category byte makes it misaligned
again (I think the SHORTALIGN is indeed unnecessary if there's no null-
category byte, but let's just play it safe...)
2014-01-23 22:58:12 +02:00
..
backend Fix alignment of GIN in-line posting lists stored in entry tuples. 2014-01-23 22:58:12 +02:00
bin Add libpq function PQhostaddr(). 2014-01-24 02:32:39 +09:00
common Make various variables const (read-only). 2014-01-18 16:04:32 -05:00
include Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
interfaces Add libpq function PQhostaddr(). 2014-01-24 02:32:39 +09:00
makefiles Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
pl Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
port Move username lookup functions from /port to /common 2014-01-10 18:03:28 -05:00
template Remove leftovers of IRIX port 2013-11-12 06:39:36 -05:00
test Make DROP IF EXISTS more consistently not fail 2014-01-23 14:40:29 -03:00
timezone Update copyright for 2014 2014-01-07 16:05:30 -05:00
tools Allow case insensitive build version argument for MSVC. 2014-01-23 12:18:15 -05:00
tutorial Update copyright for 2014 2014-01-07 16:05:30 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile.global.in build: pass EXTRA_REGRESS_OPTS to secondary regression tests 2013-12-04 10:14:45 -05:00
Makefile.shlib Remove IRIX port. 2013-10-18 08:14:21 -04:00
bcc32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00
nls-global.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
win32.mak Autoconfiscate selection of 64-bit int type for 64-bit large object API. 2012-10-07 21:52:43 -04:00