Jon Jensen

Results 48 comments of Jon Jensen

@poteto Sorry, I didn't see your "format incorrect" label before. I reviewed your requirements and looked over my pull request again and I'm not seeing any mismatch with what you're...

I confirm this problem. I get the same result. @turnstep I looked over your `README.dev` instructions and it seems its order of running `make signature_asc` and then `make signature` would...

> LGTM with zh_tw and zh_cn. @bugtender GitHub's approval list still says: "ruby/www-ruby-lang-org-i18n-zh_cn was requested for review" - do you know how that can be marked accepted?

Mine looks like this: ``` define command { command_name check_http_json command_line $USER2$/check_http_json.rb -u "$ARG1$" -e "$ARG2$" -p "$ARG2$" -w $ARG3$ -c $ARG4$ } define service { use generic-service host_name myhostname...

@ganeshcse2991 It looks like your system Perl that is used by PL/Perl in Postgres doesn't have DBD::Pg installed. Are you using a custom perl installation for bucardo itself? (This would...

@ganeshcse2991 Where is your DBD::Pg installed? It seems not to be in the Perl `@INC` path where PL/Perl functions can see it. See the [Postgres docs on PL/Perl](https://www.postgresql.org/docs/current/plperl-under-the-hood.html#PLPERL-CONFIG) and for...

@dwardu89 It looks to me like most of the changes since Bucardo 5.4.1 were for testing and logging, so it should be pretty safe to upgrade. @machack666 Do you have...

@bzhaoopenstack That seems worthwhile to me. Thanks for testing it already. What do we need to do to make the tests run after each commit? Also, FYI, I get a...

Hmm. We don't know of anyone using ARM for Bucardo, and Postgres 10 + Perl 5.24 are both fairly dated now too. We have limited expert help maintaining Bucardo, so...

@bzhaoopenstack I am interested, if you're willing to do the work! I don't have strong feelings about which CI to use. Anyone can set up CI to run Bucardo's tests,...