Godwottery
Godwottery
I wanted to run HypoPG on Windows. I took the changes from @kmosolov and applied them to 2.0.0beat. Necessary changes: * Add PGDLLEXPORT to some functions. * Some conditional compilation...
I attempted to build on Windows. It does not work. In include/task_states.h ``` - uint pendingRunCount; + unsigned int pendingRunCount; ``` alternatively add "winCompat.h" with the following content ``` #pragma...
My compilation is now failing on missing external symbols. Does anyone know which library I need to include? My includes as of now is: ``` postgres.lib;libpq.lib;libintl.lib;libecpg.lib;libecpg_compat.lib;libpgtypes.lib;libpgport.lib;libxslt.lib;libpgcommon.lib;iconv.lib;%(AdditionalDependencies) ``` ``` 1>job_metadata.obj :...
I got it to compile and install after a bit of monkeying-around. When I have consolidated the changes I will post them.
See this issue https://github.com/citusdata/pg_cron/issues/22 See the necessary changes in https://github.com/citusdata/pg_cron/pull/70
I have looked at the test-failures, and do not believe that they are caused by my changes. If someone wants me to correct something, I would need help in finding...
> Looks like we're trying to test on an ancient ubuntu :-). #62 should take care of that Any chance of someone rerunning the tests to see if they pass?...
I can not replicate this. My dump file has the content of amqp.broker in it. Perhaps there is something wrong with your restoration process.
I am currently testing this with 0.5.0 on Windows. Seems to be working.