pgsql: Remove Alpha and Tru64 support.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove Alpha and Tru64 support.
Date: 2014-06-28 19:47:17
Message-ID: E1X0yaj-000753-N6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove Alpha and Tru64 support.

Support for running postgres on Alpha hasn't been tested for a long
while. Due to Alpha's uniquely lax cache coherency model it's a hard
to develop for platform (especially blindly!) and thought to be
unlikely to currently work correctly.

As Alpha is the only supported architecture for Tru64 drop support for
it as well. Tru64's support has ended 2012 and it has been in
maintenance-only mode for much longer.

Also remove stray references to __ksr__ and ultrix defines.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a6d488cb538c8761658f0f7edfc40cecc8c29f2d

Modified Files
--------------
configure | 1 -
configure.in | 1 -
doc/src/sgml/dfunc.sgml | 21 ------------
doc/src/sgml/installation.sgml | 7 ++--
src/Makefile.shlib | 4 ---
src/backend/main/main.c | 29 ----------------
src/backend/port/dynloader/osf.c | 7 ----
src/backend/port/dynloader/osf.h | 47 -------------------------
src/backend/utils/misc/ps_status.c | 2 +-
src/include/port/osf.h | 4 ---
src/include/storage/barrier.h | 9 -----
src/include/storage/s_lock.h | 66 ------------------------------------
src/makefiles/Makefile.osf | 10 ------
src/template/osf | 6 ----
14 files changed, 4 insertions(+), 210 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-06-29 12:24:10 pgsql: Add cluster_name GUC which is included in process titles if set.
Previous Message Tom Lane 2014-06-28 06:08:05 pgsql: Allow pushdown of WHERE quals into subqueries with window functi