Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 6249971b41470f054ffd1525cde2180cea19087f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-02-16T23:50:40Z
Releases: 7.1.1
Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc
to generate unnecessarily stupid code.  Tweak macro to describe a series
of store-constant ops, not store/load/store/load/store/load/store.

Files

PathChange+/−
src/include/storage/s_lock.h modified +5 −3