Re: Atomics hardware support table & supported architectures

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Atomics hardware support table & supported architectures
Date: 2014-06-17 22:02:11
Message-ID: 20140617220211.GD3115@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2014-06-17 13:32:51 -0700, Kevin Grittner wrote:
> Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
> > On 2014-06-17 13:14:26 -0400, Robert Haas wrote:
> >> On Sat, Jun 14, 2014 at 9:12 PM, Andres Freund <andres(at)2ndquadrant(dot)com> wrote:
>
> >>> 3) sparcv8: Last released model 1997.
> >>
> >> I seem to recall hearing about this in a customer situation
> >> relatively recently, so there may be a few of these still
> >> kicking around out there.
> >
> > Really? As I'd written in a reply solaris 10 (released 2005)
> > dropped support for it. Dropping support for a platform that's
> > been desupported 10 years ago by it's manufacturer doesn't sound
> > bad imo...
>
> The release of version n doesn't mean that version n-1 is no longer
> supported.  As of today, this page:
>
> http://www.oracle.com/technetwork/server-storage/solaris10/overview/index-138972.html
>
> says:
>
> > The Oracle Solaris 9 operating system is now in the Extended
> > Support period of it's life cycle. Customers with support
> > contracts can still access patches and log new service requests,
> > although support contracts carry a surcharge for Oracle Solaris 9
> > support.

Yea, I know - for another 3 months or so. But that's not actually my
point. It's rather that I think that 10 years after the vendor itself
dropped support for an old cpu version in their new major software
release we can think about dropping it too. In our newest release, not
the old ones.
To be clear I *don't* mean that we shouldn't support solaris 9
anymore. Just that we don't need to support <= 1995 CPUs. That's pre
ultrasparc...

Note that freebsd, debian
(https://www.debian.org/devel/debian-installer/News/2007/20070721),
fedora (http://fedoraproject.org/wiki/Architectures/SPARC), gentoo,
firefox, and lots of others all don't have sparcv8 support anymore.

Greetings,

Andres Freund

--
Andres Freund http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2014-06-17 22:05:51 Re: Doing better at HINTing an appropriate column within errorMissingColumn()
Previous Message Josh Berkus 2014-06-17 21:58:18 Re: Doing better at HINTing an appropriate column within errorMissingColumn()