Re: BUG #14206: Switch to using POSIX semaphores on FreeBSD

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Maxim Sobolev <sobomax(at)freebsd(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-bugs(at)postgresql(dot)org, Konstantin Belousov <kib(at)freebsd(dot)org>
Subject: Re: BUG #14206: Switch to using POSIX semaphores on FreeBSD
Date: 2016-06-23 01:51:42
Message-ID: 20160623015142.GA21246@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, Jun 22, 2016 at 11:49:33AM -0700, Maxim Sobolev wrote:
> Some of it is related to the API design flaws that Konstantin alluded to, some
> of it to the fact that as far as I understand, it's separate big chunk of
> kernel code created decades ago by people who might no longer be actively
> involved with the project and designed to run in vastly different hardware and
> software environment. Nobody really owns it and it's not easy to regression
> test. In my own limited experience if not for postgresql, we would not even
> have that SYSV IPC enabled in our production kernels. And we use some other
> 300+ opensource packages in our product, so sample is quite representative I
> think.

FYI, databases were the primary users of SYSV IPC even back in the old
days, so I am not surprised we might still be one of the rare users. :-)

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Jim Michaels 2016-06-23 06:06:36 Re: about and feature matrix on site
Previous Message Bruce Momjian 2016-06-23 01:34:05 Re: BUG #14203: pgindent requires pg_bsd_indent 1.2, but only 1.3 available for download