mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
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.
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
#define HAS_TEST_AND_SET
|
||||
|
||||
/* see src/backend/libpq/pqcomm.c */
|
||||
#define SCO_ACCEPT_BUG
|
||||
|
||||
@ -20,5 +18,4 @@
|
||||
#endif
|
||||
#ifndef BYTE_ORDER
|
||||
#define BYTE_ORDER LITTLE_ENDIAN
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user