pgsql: Remove "sco" and "unixware" ports. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Remove "sco" and "unixware" ports.
Date
Msg-id E1btywq-0001Yi-1S@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Remove "sco" and "unixware" ports.
List pgsql-committers
Remove "sco" and "unixware" ports.

SCO OpenServer and SCO UnixWare are more or less dead platforms.
We have never had a buildfarm member testing the "sco" port, and
the last "unixware" member was last heard from in 2012, so it's
fair to doubt that the code even compiles anymore on either one.
Remove both ports.  We can always undo this if someone shows up
with an interest in maintaining and testing these platforms.

Discussion: <17177.1476136994@sss.pgh.pa.us>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2b860f52ed1b1784cdf3f03886805f5bf250ea74

Modified Files
--------------
configure                             |  37 --------
configure.in                          |  14 ---
doc/src/sgml/Makefile                 |   6 +-
doc/src/sgml/dfunc.sgml               |  26 ------
doc/src/sgml/installation.sgml        | 164 ++--------------------------------
doc/src/sgml/runtime.sgml             |  58 ------------
src/Makefile.global.in                |   1 -
src/Makefile.shlib                    |  24 -----
src/backend/libpq/pqcomm.c            |  10 ---
src/backend/port/dynloader/sco.c      |   7 --
src/backend/port/dynloader/sco.h      |  46 ----------
src/backend/port/dynloader/unixware.c |   7 --
src/backend/port/dynloader/unixware.h |  49 ----------
src/include/port/sco.h                |   7 --
src/include/port/unixware.h           |  11 ---
src/include/storage/s_lock.h          |  23 -----
src/makefiles/Makefile.sco            |  13 ---
src/makefiles/Makefile.unixware       |  35 --------
src/port/getrusage.c                  |   1 -
src/template/sco                      |   1 -
src/template/unixware                 |  41 ---------
21 files changed, 6 insertions(+), 575 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Docs: grammatical fix.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: Remove "sco" and "unixware" ports.