fixes postgres with nimPreviewSlimSystem (#20455)

This commit is contained in:
ringabout
2022-09-29 23:54:45 +08:00
parent 2408bf4a33
commit e846f40758

View File

@@ -27,6 +27,10 @@ elif defined(macosx):
else:
const
dllName = "libpq.so(.5|)"
when defined(nimPreviewSlimSystem):
import std/syncio
type
POid* = ptr Oid
Oid* = int32