pgsql/src/backend/utils/adt (arrayfuncs.c)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/utils/adt (arrayfuncs.c)
Дата
Msg-id 200012272359.eBRNxCT37858@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Wednesday, December 27, 2000 @ 18:59:12
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv37812/src/backend/utils/adt

Modified Files:
    arrayfuncs.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 по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/utils/cache (lsyscache.c)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/include/access (heapam.h htup.h itup.h tupmacs.h)