1
0
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:
Bruce Momjian
1998-12-18 17:25:41 +00:00
parent c0d816c57a
commit b8d5f02e4e
4 changed files with 37 additions and 2 deletions

View File

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