pgsql: Further tidy-up for old CPU architectures.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Further tidy-up for old CPU architectures.
Дата
Msg-id E1oB2bt-002LXI-Lq@gemulon.postgresql.org
обсуждение исходный текст
Список 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@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

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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Build de-escaped JSON strings in larger chunks during lexing
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Support TRUNCATE triggers on foreign tables.