David Christensen

Results 32 comments of David Christensen

@danieltanfh95 Was this an existing Bucardo installation that was upgraded, by chance?

@danieltanfh95 so complete teardown/rebuild?

@turnstep are you thinking of rolling-your-own serialization/deserialization, or just hooking into `JSON::XS` or similar?

What version of `DBD::Pg` do you have? I would expect that this has not been well-tested with unicode column names so there are probably some rough edges.

Hi Matt, Thanks for the contribution. I note the following test errors introduced by your patch: ``` t/03smethod.t ....... 1/122 # Failed test 'Statement handle attribute pg_numbound returns 0 if...

Hi Matt, Thanks for the updates; the t/30unicode.t is a known failure at this point and is actually a broken test. I'll review the code; I assume the issue was...

Hi @mtyson01, Has this patch been updated since the last correspondence in CPAN RT#105492? I'm just wondering if you consider this a little more bulletproof than you seemed in that...

Hi @jim-leary, I'm not sure what `cluster_metadata` is, but it's not part of the `bucardo` system. Is this part of your existing DB schema that you are trying to sync?

Hmm, wonder if it's in a hidden schema; can you see it in `SELECT * FROM pg_class WHERE relname = 'cluster_metadata'` on the source DB? In the `bucardo` database, do...

Also, what were the commands you used to setup the cluster?