Thread: RE: Re[4]: Allowing WAL fsync to be done via O_SYNC

RE: Re[4]: Allowing WAL fsync to be done via O_SYNC

From
"Mikheev, Vadim"
Date:
> We've speculated about using Posix semaphores instead, on platforms

For spinlocks we should use pthread mutex-es.

> where those are available.  I think Bruce was concerned about the

And nutex-es are more portable than semaphores.

Vadim