cstore_fdw installation on Windows
Ninashka opened this issue · 2 comments
Ninashka commented
Hello
Is there any way to install cstore_fdw on Windows 10 ? including (protobuf-c) ?
Thanks
mtuncer commented
unfortunately no, we never tested or attempt to build cstore_fdw for windows
pykello commented
I think cstore_fdw currently relies on rename syscall being atomic, which I think isn't the case in Windows. So even if it gets compiled, it won't work reliably.