]> granicus.if.org Git - postgresql/commit
Remove Alpha and Tru64 support.
authorAndres Freund <andres@anarazel.de>
Sat, 28 Jun 2014 19:40:40 +0000 (21:40 +0200)
committerAndres Freund <andres@anarazel.de>
Sat, 28 Jun 2014 19:46:15 +0000 (21:46 +0200)
commita6d488cb538c8761658f0f7edfc40cecc8c29f2d
tree4c4850de88cb668fe883b14dde4715df9fca2b5f
parentd222585a9f7a18f2d793785c82be4c877b90c461
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.
14 files changed:
configure
configure.in
doc/src/sgml/dfunc.sgml
doc/src/sgml/installation.sgml
src/Makefile.shlib
src/backend/main/main.c
src/backend/port/dynloader/osf.c [deleted file]
src/backend/port/dynloader/osf.h [deleted file]
src/backend/utils/misc/ps_status.c
src/include/port/osf.h [deleted file]
src/include/storage/barrier.h
src/include/storage/s_lock.h
src/makefiles/Makefile.osf [deleted file]
src/template/osf [deleted file]