pg_pathman
pg_pathman copied to clipboard
Windows installation
I am not able to install the pg_pathman on windows, still I think is the best implementation ever. Is there a windows install for pg_pathman?
thks in advance
Hi @gabrieledonufrio,
Sorry for the late feedback. Currently it's not possible to build pg_pathman against vanilla PostgreSQL on Windows, because we use some symbols that are not exported on Windows platform. We had to patch our own fork of PostgreSQL (more info about our distribution) to make it work.
However, it looks like there's a demand for pg_pathman on vanilla PostgreSQL for Windows. I think we should provide some stubs to make it compile.