pgsql: Add support for Motorola 88K to s_lock.h.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add support for Motorola 88K to s_lock.h.
Date: 2017-11-20 23:05:33
Message-ID: E1eGv89-0006m3-On@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add support for Motorola 88K to s_lock.h.

Apparently there are still people out there who care about this old
architecture. They probably care about dusty versions of Postgres
too, so back-patch to all supported branches.

David Carlier (from a patch being carried by OpenBSD packagers)

Discussion: https://postgr.es/m/CA+XhMqzwFSGVU7MEnfhCecc8YdP98tigXzzpd0AAdwaGwaVXEA@mail.gmail.com

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1ecf7eeb8719e2fab008c37c17590cf3840cfc5b

Modified Files
--------------
src/include/storage/s_lock.h | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-21 01:25:33 pgsql: Support index-only scans in contrib/cube and contrib/seg GiST in
Previous Message Simon Riggs 2017-11-20 21:11:03 Re: [COMMITTERS] pgsql: Remove secondary checkpoint