Ed Sabol

Results 111 comments of Ed Sabol

@SubJunk wrote: > I found this list of command line arguments that VLC accepts, maybe you guys can look through it and see if they support passing subtitle language overrides...

@SubJunk asked: > Would you be interested in helping test? Sure!

@shawnlaffan wrote: > The single quotes around the -k argument look suspicious to me. The Cmd shell prefers double quotes. Changing them and running from the Cmd prompt does not...

Thanks, @AnneBennett ! I have submitted PR #114 with the change you've tested in order to address this.

https://github.com/postgrespro/pgsphere/ seems to be the most active these days.

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

You still have a tab on line 34 of the Makefile (where you added `$(BRIN_REGRESS)`) that needs to be changed to spaces, I think. Compare with line 33 which is...

It's been a while. Any progress?

Nice work. The performance degradation for less than ~10M points is disappointing, if I am being honest.

I guess I'd just hoped that BRINs would see a benefit at ~1M points instead of ~10M. Many of our largest catalogs are in the millions of rows, not tens...