pgsql: Add a comment describing the requirement that pointers into

Поиск
Список
Период
Сортировка
От neilc@svr1.postgresql.org (Neil Conway)
Тема pgsql: Add a comment describing the requirement that pointers into
Дата
Msg-id 20051013061734.D0329D83EA@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add a comment describing the requirement that pointers into shared memory
that is protected by a spinlock must be volatile, per recent discussion.

Modified Files:
--------------
    pgsql/src/include/storage:
        spin.h (r1.25 -> r1.26)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/spin.h.diff?r1=1.25&r2=1.26)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Do all accesses to shared buffer headers
Следующее
От: Neil Conway
Дата:
Сообщение: Re: pgsql: Do all accesses to shared buffer headers