1
0
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:
Tom Lane
2003-12-23 18:13:17 +00:00
parent caf6e9d2dd
commit 9adaf64da3
6 changed files with 103 additions and 86 deletions

View File

@ -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