Christoph Berg

Results 130 comments of Christoph Berg

The current design is that internally, everything is broken down to units in the 7 SI units and "byte". These 8 exponents are then stored as 8 bytes along with...

Hi @hashseed, to sanely package plv8 for Debian, we need a v8 package, ideally as a shared library, or maybe as a static library. The problem is that compiling v8...

> I'm currently working on a open source lib to integrate nodejs and plv8 (called pgproxy) that'll allow functions to be called from node, but execute on pg (and vice...

> > the responses that I have received have been that if plv8 cannot use a shared v8, and requires an embedded copy, it will not be released and maintained...

> I do read [the rule](https://www.debian.org/doc/debian-policy/ch-source.html#convenience-copies-of-code) differently: > > > Debian packages should not make use of these convenience copies unless the included package is explicitly intended to be used...

Am 19. Februar 2018 16:46:06 MEZ schrieb David Christensen : >Hi @mdeguzis — the `.pgpass` would be for the user which is running the >script in question; basically at the...

Hi @plockaby, I pushed a partly fix that was independently discovered by a coworker here. There are other merge conflicts, could you try to resolve/rebase these? Thanks!

@cognegic: Please don't post spam.

The same_schema test was fixed for PG12 in the meantime, but now PG13 is broken: ``` $ LC_ALL=C make test PGBINDIR=/usr/lib/postgresql/13/bin TEST_FILES=t/02_same_schema.t PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0,...

I did some more staring yesterday but didn't get very far. The first test difference is easily catched by accepting the extra 3 items (change "1" to "[14]", append /m...