Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms
Tom Lane <tgl@sss.pgh.pa.us>
Mop-up for HAS_TEST_AND_SET refactoring. Un-break two or three platforms that were broken, try to make layout of s_lock.h entries consistent, use HAVE_SPINLOCKS in preference to HAS_TEST_AND_SET everywhere outside s_lock.h itself.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/installation.sgml | modified | +2 −3 |
| src/backend/storage/lmgr/s_lock.c | modified | +4 −3 |
| src/backend/storage/lmgr/spin.c | modified | +4 −5 |
| src/include/port/univel.h | modified | +0 −3 |
| src/include/port/unixware.h | modified | +0 −3 |
| src/include/storage/s_lock.h | modified | +90 −66 |