pgsql/src/include/storage itemptr.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql/src/include/storage itemptr.h
Дата
Msg-id 200103300525.f2U5Ppq75419@hub.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/03/30 00:25:51

Modified files:
    src/include/storage: itemptr.h

Log message:
    Add appropriately ifdef'd hack to make ARM compiler allocate ItemPointerData
    as six bytes not eight.  This fixes a regression test failure but more
    importantly avoids wasting four bytes of pad space in every tuple header.
    Also add some commentary about what's going on.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql/src/bin/psql tab-complete.c
Следующее
От: "subkhan"
Дата:
Сообщение: Installation on OpenBSD