mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
I have ported PostgreSQL 6.4 to Cobalt Qube running Linux 2.0.33 with
MIPS cpu (I think it's R4000). I have tested the patches on LinuxPPC and FreeBSD. I believe they do not harm other platforms. -- Tatsuo Ishii
This commit is contained in:
@@ -14,6 +14,9 @@ typedef unsigned int slock_t;
|
||||
#elif defined(__alpha)
|
||||
typedef long int slock_t;
|
||||
|
||||
#elif defined(__mips)
|
||||
typedef unsigned int slock_t;
|
||||
|
||||
#else /* i386 probably */
|
||||
typedef unsigned char slock_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user