pgsql: Further tidy-up for old CPU architectures.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Further tidy-up for old CPU architectures.
Date: 2022-07-11 23:14:39
Message-ID: E1oB2bt-002LXI-Lq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Reviewed-by: Robert Haas <robertmhaas(at)gmail(dot)com> (the idea, not the patch)
Discussion: https://postgr.es/m/959917.1657522169%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/718aa43a4ee613bf85afadb1596f861e1228ca43

Modified Files
--------------
doc/src/sgml/installation.sgml | 5 +-
src/backend/storage/lmgr/s_lock.c | 65 ------------------------
src/include/storage/s_lock.h | 102 --------------------------------------
3 files changed, 2 insertions(+), 170 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2022-07-12 00:19:16 pgsql: Support TRUNCATE triggers on foreign tables.
Previous Message Tom Lane 2022-07-11 22:15:17 Re: pgsql: Build de-escaped JSON strings in larger chunks during lexing