pgsql: Remove HP/Intel Itanium support.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Remove HP/Intel Itanium support.
Дата
Msg-id E1o9dZT-001jDz-DM@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove HP/Intel Itanium support.

This CPU architecture has been discontinued.  We already removed HP-UX
support, we never supported Windows/Itanium, and the open source
operating systems that a vintage hardware owner might hope to run have
all either ended Itanium support or never fully released support (NetBSD
may eventually).  The extra code we carry for this rare ISA is now
untested.  It seems like a good time to remove it.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Reviewed-by: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/1415825.1656893299%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0ad5b48e58945e88b71eb5932d0c003a95def6ea

Modified Files
--------------
doc/src/sgml/installation.sgml          |  2 +-
src/backend/tcop/postgres.c             | 71 ---------------------------------
src/include/miscadmin.h                 |  8 ----
src/include/port/atomics.h              |  2 -
src/include/port/atomics/arch-ia64.h    | 27 -------------
src/include/port/atomics/generic-msvc.h |  2 +-
src/include/storage/s_lock.h            | 65 ------------------------------
src/tools/pginclude/cpluspluscheck      |  1 -
src/tools/pginclude/headerscheck        |  1 -
9 files changed, 2 insertions(+), 177 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Only allow returning string types or bytea from json_serialize
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: pgsql: Only allow returning string types or bytea from json_serialize