Christoph Berg

Results 74 comments of Christoph Berg

The package is on 1.1.2 since a few days ago. @eugeneYWang: does that work better for you?

Fwiw, for the Debian package I now pushed a patch that removes `add_table` from the regression tests as it's still failing very often. (And it is horribly slow.)

True, but wasn't the whole trouble starting a few years ago with some minor PG update changing something and then some regression tests were a lot slower than before, without...

Fwiw, that the display has to be enabled in *two* places has also cost me some hair pulling. rotator_features.h: `#define FEATURE_4_BIT_LCD_DISPLAY` rotator_k3ngdisplay.h: `#define FEATURE_4_BIT_LCD_DISPLAY` The fact it's already enabled in...

Hi, I see that PG16 support is fixed with 40b1db58b3f3. Could you please tag a new release so people (and Debian) can actually benefit from the fix? Thanks!

Here's a import_run cleanup query for PostgreSQL keeping only the most recent 50 runs per source: ``` WITH import_counts AS ( SELECT id, row_number() OVER (PARTITION BY source_id ORDER BY...

RF units would be cool, but dBs don't fit into the current way it works (linear vs logarithmic scale). I'll see if I can think of a way to make...

For any "normal" unit you can use multiplication: ``` insert into currents values (123.456 * 'mA'::unit); ```

-1. The default aka sane timestamp type to use in PostgreSQL is timestamptz, and if Mysql lacks the TZ info, migrating to PG is the perfect opportunity to add it....

Wouldn't it be more intuitive to have `` close the keying window?