pgsql/src/backend/access/common (heaptuple.c indextuple.c)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/access/common (heaptuple.c indextuple.c)
Дата
Msg-id 200011301838.eAUIcj198733@hub.org
обсуждение исходный текст
Список pgsql-committers
  Date: Thursday, November 30, 2000 @ 13:38:45
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/common
     from hub.org:/home/projects/pgsql/tmp/cvs-serv98727/src/backend/access/common

Modified Files:
    heaptuple.c indextuple.c

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

Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
both MULTIBYTE and TOAST prevent char(n) from being truly fixed-size.
Simplify and speed up fastgetattr() and index_getattr() macros by
eliminating special cases for attnum=1.  It's just as fast to handle
the first attribute by presetting its attcacheoff to zero; so do that
instead when loading the tupledesc in relcache.c.

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/doc (FAQ)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/backend/access/heap (heapam.c)