Improve spinlock selftest to make it able to detect misdeclaration of

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

Commit: 332ee2dc41a33944bf1a90d13947aa61452c3a40
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-08-30T23:47:20Z
Releases: 8.0.0
Improve spinlock selftest to make it able to detect misdeclaration of
the slock_t datatype (ie, declared type smaller than what the hardware
TAS instruction needs).

Files

PathChange+/−
src/backend/storage/lmgr/s_lock.c modified +44 −11