Re: removing old ports and architectures

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Andres Freund <andres(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: removing old ports and architectures
Date: 2013-10-17 16:45:09
Message-ID: CA+TgmoYPdnCA0uj3paj2aNtWt+DSNiyj5EtZxr3BrXWjk_4cxQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Oct 16, 2013 at 1:25 PM, Stefan Kaltenbrunner
<stefan(at)kaltenbrunner(dot)cc> wrote:
> On 10/16/2013 07:04 PM, Robert Haas wrote:
>> On Sat, Oct 12, 2013 at 8:46 PM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
>>> I think we should remove support the following ports:
>>> - IRIX
>>> - UnixWare
>>> - Tru64
>>
>> According to http://en.wikipedia.org/wiki/IRIX, IRIX has been
>> officially retired. The last release of IRIX was in 2006 and support
>> will end in December of 2013. Therefore, it will be unsupported by
>> the time PostgreSQL 9.4 is released.
>>
>> According to http://en.wikipedia.org/wiki/UnixWare, UnixWare is not
>> dead, although there have been no new releases in 5 years.
>>
>> According to http://en.wikipedia.org/wiki/Tru64_UNIX, Tru64 has been
>> officially retired. Support ended in December, 2012. This seems safe
>> to remove.
>>
>> So I vote for removing IRIX and Tru64 immediately, but I'm a little
>> more hesitant about shooting UnixWare, since it's technically still
>> supported.
>>
>>> Neither of those are relevant.
>
> agreed

The attached patch, which I propose to apply relatively soon if nobody
objects, removes the IRIX port.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
remove-irix-port.patch application/octet-stream 11.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2013-10-17 16:48:27 Re: Auto-tuning work_mem and maintenance_work_mem
Previous Message Josh Berkus 2013-10-17 16:45:08 Re: [PATCH] pg_sleep(interval)