From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | De-support SCO OpenServer/SCO UnixWare? |
Date: | 2016-10-10 22:03:14 |
Message-ID: | 17177.1476136994@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Currently, we have the following OS-specific configure templates in
src/template:
aix
cygwin
darwin
freebsd
hpux
linux
netbsd
openbsd
sco
solaris
unixware
win32
There is at least one active buildfarm critter testing each of these
except "sco" and "unixware". I can't find any evidence in the buildfarm
database that we've *ever* had a SCO OpenServer buildfarm member. There
were a couple of UnixWare members, but the last one was last heard from
on 2012-10-30 (around when 9.2 was released). Mentions of these platforms
in the commit logs thin out to about nothing after 2008.
I think we should stop supporting those two platforms; to wit, we should
remove those template files and remove all supporting code and
documentation references to those platforms. We can always put that stuff
back if someone shows up who's got enough interest to run a buildfarm
member. But right now I'd say our support for those platforms is likely
to be hopelessly bit-rotted anyway, and it's more than likely that no one
cares.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Thomas Munro | 2016-10-10 23:20:39 | Re: De-support SCO OpenServer/SCO UnixWare? |
Previous Message | Peter Geoghegan | 2016-10-10 21:56:09 | Re: memory leak in e94568ecc10 (pre-reading in external sort) |