Implement compiler #error if spinlock code not found, add configure flag
Bruce Momjian <bruce@momjian.us>
Implement compiler #error if spinlock code not found, add configure flag to bypass the error, --without-spinlocks.
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +44 −1 |
| configure.in | modified | +14 −2 |
| doc/src/sgml/installation.sgml | modified | +13 −1 |
| src/include/pg_config.h.in | modified | +3 −0 |
| src/include/storage/s_lock.h | modified | +6 −2 |