mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Enable Opteron/Itanium spinlocks.
This commit is contained in:
@ -10,7 +10,12 @@
|
||||
***************************************/
|
||||
#define USE_UNIVEL_CC
|
||||
|
||||
#if defined(__ia64)
|
||||
typedef unsigned int slock_t;
|
||||
#else
|
||||
typedef unsigned char slock_t;
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef BIG_ENDIAN
|
||||
#define BIG_ENDIAN 4321
|
||||
|
Reference in New Issue
Block a user