Further tidy-up for old CPU architectures.
authorThomas Munro <[email protected]>
Mon, 11 Jul 2022 22:53:45 +0000 (10:53 +1200)
committerThomas Munro <[email protected]>
Mon, 11 Jul 2022 23:05:32 +0000 (11:05 +1200)
commit718aa43a4ee613bf85afadb1596f861e1228ca43
treead373ba642e05cc6eed88ff2848f9a6c932e0d3c
parentb40baa96a7ad789718dcf59b1dd73bae15c3a7e1
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 <[email protected]>
Reviewed-by: Tom Lane <[email protected]>
Reviewed-by: Robert Haas <[email protected]> (the idea, not the patch)
Discussion: https://postgr.es/m/959917.1657522169%40sss.pgh.pa.us
doc/src/sgml/installation.sgml
src/backend/storage/lmgr/s_lock.c
src/include/storage/s_lock.h