We've added a special Postgres-only LockingKind constructor in that branch. In order to make the interface safe, we'll want to put a WARNING pragma on LockingKind that it will not be part of the public API anymore, and instead we'll direct folks to using named functions that implement what they want.
Coming from #316
We've added a special Postgres-only
LockingKind
constructor in that branch. In order to make the interface safe, we'll want to put aWARNING
pragma onLockingKind
that it will not be part of the public API anymore, and instead we'll direct folks to using named functions that implement what they want.