pgsql: Fix getDatumCopy(): don't use store_att_byval to copy into a - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix getDatumCopy(): don't use store_att_byval to copy into a
Date
Msg-id 20060716005422.AB7F89FB210@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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().

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        ginbulk.c (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginbulk.c.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve error message wording.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Put back another not-so-unnecessary #include, per report from