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)
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match