Mats Kindahl

Results 36 issues of Mats Kindahl

### What type of bug is this? Unexpected error ### What subsystems and features are affected? Compression ### What happened? When creating a table with a primary key on a...

bug
compression

Test `bgw_db_scheduler` fails irregularly. Here is one of the diffs ``` --- /__w/timescaledb/timescaledb/tsl/test/expected/bgw_db_scheduler.out 2021-03-22 08:14:23.078550430 +0000 +++ /__w/timescaledb/timescaledb/build/tsl/test/results/bgw_db_scheduler.out 2021-03-22 08:16:59.726653236 +0000 @@ -803,10 +803,12 @@ (1 row) SELECT * FROM...

flaky-test
tech-debt

# Describe change in content, appearance, or functionality When backfilling data and running the compression policy at the same time, it can lead to deadlocks. We should provide best practice...

documentation
enhancement
compression
best practice

# Description [Short summary of why you created this PR] # Links Fixes #[insert issue link, if any] # Writing help For information about style and word usage, see the...

draft

### Which test is flaky? skip_scan ### Since when has the test been flaky? May 8, 2024 ### Link to the failed test run https://github.com/timescale/timescaledb-private/actions/runs/9004603812/job/24738091551?pr=1120 ### Log output ```bash diff...

flaky-test

### Which test is flaky? chunk_adaptive ### Since when has the test been flaky? May 14, 2024 ### Link to the failed test run https://github.com/timescale/timescaledb-private/actions/runs/9076173975/job/24938324878?pr=1106 ### Log output ```bash diff...

flaky-test

### Which test is flaky? reorder_vs_insert ### Since when has the test been flaky? January 26, 2023 ### Link to the failed test run https://github.com/timescale/timescaledb/actions/runs/4013416890/jobs/6892735162 ### Log output ```bash diff...

flaky-test

### Which test is flaky? bgw_job_stat_history ### Since when has the test been flaky? May 13, 2024 ### Link to the failed test run https://github.com/timescale/timescaledb/actions/runs/9047405772/job/24859330937 ### Log output ```bash diff...

flaky-test

# What Extensions for PostgreSQL are traditionally written in C, but in some cases you might want to write the extension in C++ but still interface with standard PostgreSQL code....

Epic

CPack can be configured to generate packages for Debian-based, RPM-based, and Nullsoft installers. Extend the example so that you can generate packages for the extensions in a straightforward manner.