pgsql: Remove IRIX port.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove IRIX port.
Date: 2013-10-18 12:15:02
Message-ID: E1VX8xK-0003X9-Je@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove IRIX port.

Development of IRIX has been discontinued, and support is scheduled
to end in December of 2013. Therefore, there will be no supported
versions of this operating system by the time PostgreSQL 9.4 is
released. Furthermore, we have no maintainer for this platform.

Branch
------
master

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

Modified Files
--------------
configure | 2 --
configure.in | 2 --
doc/src/sgml/dfunc.sgml | 16 ----------
doc/src/sgml/installation.sgml | 62 ++---------------------------------
src/Makefile.shlib | 10 ------
src/backend/port/dynloader/irix.c | 6 ----
src/backend/port/dynloader/irix.h | 46 --------------------------
src/backend/utils/adt/float.c | 64 -------------------------------------
src/include/port/irix.h | 7 ----
src/include/storage/s_lock.h | 25 ---------------
10 files changed, 3 insertions(+), 237 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-10-18 13:56:14 pgsql: Add libpgport to isolationtester on MSVC
Previous Message Peter Eisentraut 2013-10-18 02:03:32 pgsql: doc: Configure TOC generation in XSLT HTML build