Re: Regression tests fail on OpenBSD due to low semmns value

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Regression tests fail on OpenBSD due to low semmns value
Дата
Msg-id 2782114.1734541248@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Regression tests fail on OpenBSD due to low semmns value  (Andres Freund <andres@anarazel.de>)
Ответы Re: Regression tests fail on OpenBSD due to low semmns value
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> Maybe we should consider switching those platforms to unnamed posix
> semaphores?

I already looked into that.  OpenBSD still doesn't have cross-process
posix semaphores, at least according to its man page.  NetBSD does,
but they consume an FD per sema, which is actually worse because
the default max-open-files-per-process is none too large either.

> But TBH, nobody uses openbsd and netbsd if performance matters even one
> iota. And considering a bunch of postgres changes to deal with idiotic default
> sysv limits doesn't feal like a sensible thing to do in 2024.

Yeah, I would not expend a lot of effort on this.  But two one-line
changes doesn't seem unreasonable.

            regards, tom lane



В списке pgsql-hackers по дате отправления: