pgsql/contrib/array (array_iterator.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/contrib/array (array_iterator.c)
Date
Msg-id 200012272359.eBRNxAA37825@hub.org
Whole thread Raw
List pgsql-committers
  Date: Wednesday, December 27, 2000 @ 18:59:09
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/contrib/array
     from hub.org:/home/projects/pgsql/tmp/cvs-serv37812/contrib/array

Modified Files:
    array_iterator.c

-----------------------------  Log Message  -----------------------------

Fix portability problems recently exposed by regression tests on Alphas.
1. Distinguish cases where a Datum representing a tuple datatype is an OID
from cases where it is a pointer to TupleTableSlot, and make sure we use
the right typlen in each case.
2. Make fetchatt() and related code support 8-byte by-value datatypes on
machines where Datum is 8 bytes.  Centralize knowledge of the available
by-value datatype sizes in two macros in tupmacs.h, so that this will be
easier if we ever have to do it again.


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: pgsql/doc (TODO)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/catalog (catalog.c heap.c)