diff options
| author | Robert Haas <rhaas@postgresql.org> | 2013-10-17 12:02:05 -0400 |
|---|---|---|
| committer | Robert Haas <rhaas@postgresql.org> | 2013-10-17 12:02:05 -0400 |
| commit | 81051a86bcecdc681592725139fe610b2c1d1428 (patch) | |
| tree | b6941abeac009d2cac64fdd5c6e8fdf45a21a88a /doc/src | |
| parent | bbe4deac1b98594206a024c9e91d664b3c3410d9 (diff) | |
Remove spinlock support for SINIX, Sun3, and NS32K.
All of these platforms are very much obsolete.
As far as I can determine, the last version of SINIX, later renamed
Reliant, occurred some time between 2002 and 2005.
The last release of SunOS that would run on a sun3 was released in
November of 1991; the last release of OpenBSD which supported that
platform was in 2001. The highest clock speed of any processor in
the family was 25MHz.
The NS32K (national semiconductor 320xx) architecture was retired
in 1990.
Support can be re-added if a maintainer emerges for any of these
platforms, but it seems unlikely.
Reviewed by Andres Freund.
Diffstat (limited to 'doc/src')
| -rw-r--r-- | doc/src/sgml/installation.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 9bee4236773..fa9ef177732 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1953,7 +1953,7 @@ kill `cat /usr/local/pgsql/data/postmaster.pid` In general, <productname>PostgreSQL</> can be expected to work on these CPU architectures: x86, x86_64, IA64, PowerPC, PowerPC 64, S/390, S/390x, Sparc, Sparc 64, Alpha, ARM, MIPS, MIPSEL, M68K, - and PA-RISC. Code support exists for M32R, NS32K, and VAX, but these + and PA-RISC. Code support exists for M32R and VAX, but these architectures are not known to have been tested recently. It is often possible to build on an unsupported CPU type by configuring with <option>--disable-spinlocks</option>, but performance will be poor. |
