From a6d488cb538c8761658f0f7edfc40cecc8c29f2d Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Sat, 28 Jun 2014 21:40:40 +0200 Subject: 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. --- src/backend/port/dynloader/osf.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/backend/port/dynloader/osf.c (limited to 'src/backend/port/dynloader/osf.c') diff --git a/src/backend/port/dynloader/osf.c b/src/backend/port/dynloader/osf.c deleted file mode 100644 index aabf8054cd5..00000000000 --- a/src/backend/port/dynloader/osf.c +++ /dev/null @@ -1,7 +0,0 @@ -/* - * src/backend/port/dynloader/osf.c - * - * Dummy file used for nothing at this point - * - * see osf.h - */ -- cgit v1.2.3