]> granicus.if.org Git - postgresql/commit
Fix getDatumCopy(): don't use store_att_byval to copy into a Datum
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jul 2006 00:54:22 +0000 (00:54 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 16 Jul 2006 00:54:22 +0000 (00:54 +0000)
commitc36418be40735941ad7dffbccfd9a0414f40d657
tree3dd094bd3c02173604b063907d17e1658123090a
parente040ab44e42eaeb0b801f91f91e92b8b19488330
Fix getDatumCopy(): don't use store_att_byval to copy into a Datum
variable (this accounts for regression failures on PPC64, and in fact
won't work on any big-endian machine).  Get rid of hardwired knowledge
about datum size rules; make it look just like datumCopy().
src/backend/access/gin/ginbulk.c