Thread: pgsql: Remove HP/Intel Itanium support.
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(-)