mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Update linux/mips port.
Add m68k to linux port.
This commit is contained in:
parent
530f997e6e
commit
1fdbc8cc20
@ -1,4 +1,4 @@
|
|||||||
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.159 2003/10/26 00:22:51 momjian Exp $ -->
|
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.160 2003/10/26 00:26:13 momjian Exp $ -->
|
||||||
|
|
||||||
<chapter id="installation">
|
<chapter id="installation">
|
||||||
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
<title><![%standalone-include[<productname>PostgreSQL</>]]>
|
||||||
@ -1629,7 +1629,7 @@ gunzip -c postgres.ps.gz \
|
|||||||
<entry>7.3</entry>
|
<entry>7.3</entry>
|
||||||
<entry>2003-10-25,
|
<entry>2003-10-25,
|
||||||
No?l K?the (<email>noel@debian.org</email>)</entry>
|
No?l K?the (<email>noel@debian.org</email>)</entry>
|
||||||
<entry></entry>
|
<entry>2.4</entry>
|
||||||
</row>
|
</row>
|
||||||
<row>
|
<row>
|
||||||
<entry><systemitem class="osname">Linux</></entry>
|
<entry><systemitem class="osname">Linux</></entry>
|
||||||
|
@ -43,4 +43,9 @@ typedef unsigned int slock_t;
|
|||||||
|
|
||||||
#define HAS_TEST_AND_SET
|
#define HAS_TEST_AND_SET
|
||||||
|
|
||||||
|
#ifif defined(__m68k__)
|
||||||
|
typedef unsigned char slock_t;
|
||||||
|
|
||||||
|
#define HAS_TEST_AND_SET
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user