|
|
|
|
|
by sgeisenh
725 days ago
|
|
In the pseudocode snippet that introduces a WAL, the semaphores are signaled before the fsync occurs. This seems like a mistake but maybe there’s a good reason to do this that I am missing? Edit: it looks like this is the case in the first batched fsync example, as well. |
|