pgsql: Try to avoid semaphore-related test failures on NetBSD/OpenBSD.

2024-12-28 Thread Tom Lane
Try to avoid semaphore-related test failures on NetBSD/OpenBSD. These two platforms have a remarkably tight default limit on the number of SysV semaphores in the system: SEMMNS is only 60 out-of-the-box. Unless manual action is taken to raise that, we'll only be able to allocate 3 sets of 16 usab

pgsql: Try to avoid semaphore-related test failures on NetBSD/OpenBSD.

2024-12-23 Thread Tom Lane
Try to avoid semaphore-related test failures on NetBSD/OpenBSD. These two platforms have a remarkably tight default limit on the number of SysV semaphores in the system: SEMMNS is only 60 out-of-the-box. Unless manual action is taken to raise that, we'll only be able to allocate 3 sets of 16 usab