diff options
author | Thomas Munro <tmunro@postgresql.org> | 2022-07-12 10:53:45 +1200 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2022-07-12 11:05:32 +1200 |
commit | 718aa43a4ee613bf85afadb1596f861e1228ca43 (patch) | |
tree | ad373ba642e05cc6eed88ff2848f9a6c932e0d3c /doc/src | |
parent | b40baa96a7ad789718dcf59b1dd73bae15c3a7e1 (diff) | |
download | postgresql-718aa43a4ee613bf85afadb1596f861e1228ca43.tar.gz postgresql-718aa43a4ee613bf85afadb1596f861e1228ca43.zip |
Further tidy-up for old CPU architectures.
Further to commit 92d70b77, let's drop the code we carry for the
following untested architectures: M68K, M88K, M32R, SuperH. We have no
idea if anything actually works there, and surely as vintage hardware
and microcontrollers they would be underpowered for modern purposes.
We could always consider re-adding SuperH based on evidence of usage and
build farm support, if someone shows up to provide it.
While here, SPARC is usually written in all caps.
Suggested-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Robert Haas <robertmhaas@gmail.com> (the idea, not the patch)
Discussion: https://postgr.es/m/959917.1657522169%40sss.pgh.pa.us
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index dec13eaa936..381b728e08c 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -2125,11 +2125,10 @@ export MANPATH <para> In general, <productname>PostgreSQL</productname> can be expected to work on - these CPU architectures: x86, PowerPC, S/390, Sparc, ARM, MIPS, RISC-V, + these CPU architectures: x86, PowerPC, S/390, SPARC, ARM, MIPS, RISC-V, and PA-RISC, including big-endian, little-endian, 32-bit, and 64-bit variants where applicable. - Code support exists for M68K, M88K, M32R, and SuperH, but these - architectures are not known to have been tested recently. It is often + It is often possible to build on an unsupported CPU type by configuring with <option>--disable-spinlocks</option>, but performance will be poor. </para> |