libpg_query
libpg_query copied to clipboard
Add functionality to build Windows shared lib dll
- Add missing implementation for
build_shared targetinMakefile.mvcc - Windows shared lib dll build requires a module-definition file
pg_query.defto export the required functions. Add functionality to create the file dynamically by extracting the info frompg_query.husing a Powershell script. It is wired viacreate_deftarget inMakefile.mvcc
PS: I am in the process of building a .NET based lib for libpg_query and wanted cross-platform shared libs of libpg_query targeting *nix, OSX and Windows. Noticed the DLL build for Windows was missing hence this PR.