pgsql: Fix another recently-changed place that was messing with

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Fix another recently-changed place that was messing with
Дата
Msg-id 20051012165559.0A0E8D7D46@svr1.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Fix another recently-changed place that was messing with spinlock-
protected data structures and not using a volatile pointer for same.

Modified Files:
--------------
    pgsql/src/backend/storage/lmgr:
        lwlock.c (r1.32 -> r1.33)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/lwlock.c.diff?r1=1.32&r2=1.33)

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

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Do all accesses to shared buffer headers through
Следующее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique