Lars Kanis

Results 110 comments of Lars Kanis
trafficstars

OK, so the next release will implement `rb_io_wait` and the current inconsistent state is just temporary. The polyfill in ruby-pg is [here](https://github.com/ged/ruby-pg/blob/master/ext/pg_connection.c#L2211-L2235), just in case it's interesting. But sure, a...

OK, I prefixed the function and enums in commit https://github.com/ged/ruby-pg/commit/ec09240988ef7558ddfde077e3b9831ea8f18528 so that the build and all non-scheduler tests succeed.

A lot of IO code has changed in both ruby-pg and in ruby, so I'll close this issue now.

@jvshahid Great work! Unfortunatelly there is currently something wrong with the `Errors.java` file, so I got the same error as @jgaskins . I hacked it so that it compiles and...

@kitsunde Thank you for the detailed report! And sorry for the long delay! The new pg version 1.3.0 changes a lot regarding the handling of the socket IO. It would...

pg-1.3.0 has a new install switch which should improve the query performance a little bit, but it is not enabled per default: ``` gem inst pg -- --disable-gvl-unlock ``` or...

@copiousfreetime Thank you for sharing the details of your investigation! I don't have a good idea so far, maybe you could try to use the synchronous query API per `PG::Connection#sync_exec`...

Would be nice if this could be released as rvm 1.29.13. Thanks!

I built a Dockerfile that installs RubyInstaller plus Devkit. It might be helpful for you: https://github.com/oneclick/rubyinstaller2/blob/master/docker/Dockerfile My intension was to reliably built RubyInstaller per docker. This initially worked well, but...

The current work-around for this kind of issues is to build and install a renewed version of RI2. This automatically ships the latest MSYS2 DLLs, so that builtin DLLs and...