pgsql: Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD
Date: 2017-11-20 23:05:33
Message-ID: E1eGv89-0006mU-RW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.

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

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

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1056dd0e94f349882deaca072e80b58529ed8c3c

Modified Files
--------------
src/backend/storage/lmgr/s_lock.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

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