Skip to content

Fix tsbs_load_timescaledb fails on TimescaleDB >= 2.14#5

Merged
bgunebakan merged 1 commit into
masterfrom
fix/support-TimescaleDB-2.14
Jul 8, 2026
Merged

Fix tsbs_load_timescaledb fails on TimescaleDB >= 2.14#5
bgunebakan merged 1 commit into
masterfrom
fix/support-TimescaleDB-2.14

Conversation

@bgunebakan

Copy link
Copy Markdown

Summary of the changes / Why this is an improvement

TimescaleDB 2.14 removed multi-node support and with it the replication_factor parameter of create_hypertable. The loader unconditionally passes replication_factor => NULL, so hypertable creation fails on every currently supported TimescaleDB release.

With this fix, it only pass replication_factor when --replication-factor is explicitly set.

Checklist

  • Link to issue this PR refers to (if applicable): Fixes #???

@bgunebakan bgunebakan self-assigned this Jul 7, 2026
@bgunebakan bgunebakan added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Jul 7, 2026
@bgunebakan
bgunebakan requested a review from florinutz July 7, 2026 07:19

@florinutz florinutz left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great go skills 😝

@bgunebakan
bgunebakan merged commit 0710a1d into master Jul 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants