Robert Haas <robertmh...@gmail.com> writes: > On Tue, Dec 6, 2016 at 11:54 PM, Tom Lane <t...@sss.pgh.pa.us> wrote: >> Robert Haas <robertmh...@gmail.com> writes: >>> On Tue, Dec 6, 2016 at 9:53 PM, Tom Lane <t...@sss.pgh.pa.us> wrote: >>>> I think we should give serious consideration to back-patching commit >>>> ecb0d20a9, which changed the default semaphore type to unnamed-POSIX >>>> on Linux.
>>> Urk. That sounds like a scary thing to back-patch. >> I don't deny that it's scary, but the alternative seems to be to be >> rather badly broken on systemd-using distros for years to come. >> That's pretty scary too. > Why can't this be configurable? It already is. Note that I said "default". As things stand, it's only a configure-time choice, but I've been thinking that we might be well advised to make it run-time configurable. I do not believe that anyone's still using a Linux version wherein POSIX semas wouldn't work, but I am not convinced that the same is true for FreeBSD. And a configure-run-time test is not a pleasant option because it doesn't work for cross-compiles. So really, on platforms where we think POSIX semas might work, it'd be best to try a sem_init() during postmaster start and then fall back to SysV if it doesn't work. But this is all kind of moot if Peter is right that systemd will zap POSIX shmem along with SysV semaphores. I've been trying to reproduce the issue on a Fedora 25 installation, and so far I can't get it to zap anything, so I'm a bit at a loss how to prove things one way or the other. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers