Ed Sabol

Results 111 comments of Ed Sabol

If anyone is interested in reviving this feature, I recommend submitting a PR to the currently active pgsphere repo: https://github.com/postgrespro/pgsphere

@gbroccolo wrote: > Before starting working on this again, my question is: would the PR (considering the limitations of the Block Range INdexing) be still of interest for pgsphere? I...

Update: There's now a working PR for adding BRIN support to the https://github.com/postgrespro/pgsphere/ repo that is based on @gbroccolo's PR here with essentially just some updates to the Makefile. https://github.com/postgrespro/pgsphere/pull/55

Shouldn't you be using `palloc` and `pfree` instead of `malloc` and `free`?

I know this is almost two years later, but it should be noted that gearmand does not really support this feature, AFAIK. Yes, it's in the PROTOCOL document, but it...

> I'm reluctant to test this if it's not on both server and client side. No part of the support for `setSSL()` is "server-side". It is part of `libgearman.so`, which...

Gearmand 1.1.19 was just released today with support for the `setSSL()` API!

Gearmand SSL works just great, thank you very much. Most of those referenced issues are related to testing or likely due to multiple bugs in the SSL implementation in the...

Nothing has changed since my previous post. The original patch for libgearman and a pointer to an old, forked gearmand repo (alas, unmerged) with the patch applied can be found...

@GeraudBourdin: I just opened PR #72 with my SSL changes. These changes are based on [email protected]'s patch. I heavily modified the code to work with PHP 7.x. If you use...