pgsql: This patch cleans up the access to members of ItemIdData.

Поиск
Список
Период
Сортировка
От momjian@svr1.postgresql.org (Bruce Momjian)
Тема pgsql: This patch cleans up the access to members of ItemIdData.
Дата
Msg-id 20050922164601.6B03FDA972@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
This patch cleans up the access to members of ItemIdData.
It uses existing macros instead of touching directly.

ITAGAKI Takahiro

Modified Files:
--------------
    pgsql/src/backend/storage/page:
        bufpage.c (r1.65 -> r1.66)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/page/bufpage.c.diff?r1=1.65&r2=1.66)
    pgsql/src/include/storage:
        bufpage.h (r1.65 -> r1.66)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/bufpage.h.diff?r1=1.65&r2=1.66)
        itemid.h (r1.24 -> r1.25)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/itemid.h.diff?r1=1.24&r2=1.25)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > > o Allow COPY to output from views >
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Take exclusive buffer lock in scan_heap() to eliminate some