pgsql: Doc: Acknowledge historically supported CPUs and OSes.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: Acknowledge historically supported CPUs and OSes.
Date: 2022-07-11 23:14:39
Message-ID: E1oB2bt-002LXJ-MH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: Acknowledge historically supported CPUs and OSes.

PostgreSQL/POSTGRES has run on a huge range of CPUs and OSes. As we're
dropping some of the earliest systems the project was founded on, let's
provide a place to remember them.

Discussion: https://postgr.es/m/959917.1657522169%40sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/14168d3c62fa90f1ec447f873f0e4df16a57a717

Modified Files
--------------
doc/src/sgml/installation.sgml | 8 ++++++++
1 file changed, 8 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2022-07-12 00:19:16 pgsql: Support TRUNCATE triggers on foreign tables.
Previous Message Tom Lane 2022-07-11 22:15:17 Re: pgsql: Build de-escaped JSON strings in larger chunks during lexing