]> granicus.if.org Git - postgresql/commit
Just noticed that use of 'volatile' in HPPA S_UNLOCK() was causing gcc
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Feb 2001 23:50:40 +0000 (23:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 16 Feb 2001 23:50:40 +0000 (23:50 +0000)
commit6249971b41470f054ffd1525cde2180cea19087f
treea5e1e013c939cc0375ab6052fae2b978fb1e4b3e
parent810c0b85d2e4ef54528c355b6019c4f3d6aa8351
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.
src/include/storage/s_lock.h