Re: [PATCH] Porting small OpenBSD changes.
David CARLIER <devnexen@gmail.com>
From: David CARLIER <devnexen@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2017-11-20T18:57:47Z
Lists: pgsql-hackers
Attachments
- 0001-PATCH-1-1-Porting-OpenBSD-internal-changes.patch (application/octet-stream) patch 0001
On 20 November 2017 at 18:49, Tom Lane <tgl@sss.pgh.pa.us> wrote: > David CARLIER <devnexen@gmail.com> writes: > > - Reducing OpenBSD postfgresql maintainer internal changes bookeeping if > > those small changes make sense for the PostgreSQL developers. > > Hm. The s_lock.c change is surely fine if OpenBSD maintainers say it is. > > Not sure about adding Motorola 88K support to s_lock.h ... is anybody > really still interested in that platform? Yes there is :-) > OTOH, we still have M68K > and VAX stanzas in that file, so I suppose it's silly to complain > about 88K. A bigger issue is that I wonder whether that code has > ever been tested: it does not look to me like the __asm__ call is > even syntactically correct. There should be colons in it. > > True :-) corrected. Thanks. > regards, tom lane >
Commits
-
Add support for Motorola 88K to s_lock.h.
- f3bd00c0168a 11.0 landed
- 940bafa75a04 9.6.7 landed
- 8bd8b4b77c30 9.4.16 landed
- 516cea4bb273 9.5.11 landed
- 1ecf7eeb8719 10.2 landed
- 0245c75f4f24 9.3.21 landed
-
Use out-of-line M68K spinlock code for OpenBSD as well as NetBSD.
- 84669c9b06ba 11.0 landed
- 13f2bdb6394f 9.4.16 landed
- 1056dd0e94f3 9.3.21 landed
- fa9a69d3db69 9.6.7 landed
- ae772bbf9274 10.2 landed
- 2cfafabe64ba 9.5.11 landed