jerch

Results 94 issues of jerch

Repro: - run demo - open vim, .e.g. call `vim package.json` - scroll with the mouse several times up and down --> At some point a scrollbar appears and messes...

type/bug

Playground to illustrate the perf differences for range types: - inner dumper - derive inner dumper from setting on range type - c_range - implements a range dump function in...

Hey @dvarrazzo me again 😸 More accidentally I have found a pessimization in `parse_row_binary`. There you first populate a list with field buffers, to run the buffer to object conversation...

This is a continuation of #1143. I was able to get this work in the python version (example for int4range): ```python class Int4RangeBinaryDumper(RangeBinaryDumper): oid = _oids.INT4RANGE_OID inner_oid = _oids.INT4_OID #...