pgsql: Remove Alpha and Tru64 support. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Remove Alpha and Tru64 support.
Date
Msg-id E1X0yaj-000753-N6@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Allow pushdown of WHERE quals into subqueries with window functi
Next
From: Andres Freund
Date:
Subject: pgsql: Add cluster_name GUC which is included in process titles if set.