From 9db300ce6e38411144f1e36dba345a5f91bbdee4 Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Fri, 8 Jul 2022 11:17:47 +1200 Subject: Remove HP-UX port. HP-UX hardware is no longer produced, build farm coverage recently ended, and there are no known active maintainers targeting this OS. Since there is a major rewrite of the build system in the pipeline for PostgreSQL 16, and that requires development, testing and maintainance for each OS and tool chain, it seems like a good time to drop support for: * HP-UX, the operating system. * HP aCC, the HP-UX native compiler. Reviewed-by: Tom Lane Reviewed-by: Andres Freund Reviewed-by: Peter Eisentraut Discussion: https://postgr.es/m/1415825.1656893299%40sss.pgh.pa.us --- src/tools/pginclude/cpluspluscheck | 1 - 1 file changed, 1 deletion(-) (limited to 'src/tools/pginclude/cpluspluscheck') diff --git a/src/tools/pginclude/cpluspluscheck b/src/tools/pginclude/cpluspluscheck index 42688fff53a..7b547261751 100755 --- a/src/tools/pginclude/cpluspluscheck +++ b/src/tools/pginclude/cpluspluscheck @@ -63,7 +63,6 @@ do test "$f" = src/include/port/cygwin.h && continue test "$f" = src/include/port/darwin.h && continue test "$f" = src/include/port/freebsd.h && continue - test "$f" = src/include/port/hpux.h && continue test "$f" = src/include/port/linux.h && continue test "$f" = src/include/port/netbsd.h && continue test "$f" = src/include/port/openbsd.h && continue -- cgit v1.2.3