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

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Fix another recently-changed place that was messing with
Date
Msg-id 20051012165559.0A0E8D7D46@svr1.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Do all accesses to shared buffer headers through
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix longstanding bug found by Atsushi Ogawa: _bt_check_unique