Why the initialization process of the postgresql wrapper is made using critical sections, while the one of sqlite not?
At the end when are talking in both cases of loading a dll, connecting the exported methods, using a kind of refcount.
The two processes that have (basically) the same goal and the same way to achieve it, but they are made differently.
Is there a reason that I don't get? Thanks for any explanation.