Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update extensions for pg17 #1029

Merged
merged 2 commits into from
Oct 2, 2024
Merged

Update extensions for pg17 #1029

merged 2 commits into from
Oct 2, 2024

Conversation

idanovinda
Copy link
Member

update available extensions for pg17, still unavailable:

  • timescaledb
  • decoderbufs

@hughcapet
Copy link
Member

# (min_version, max_version, shared_preload_libraries, extwlist.extensions)
extensions = {
'timescaledb': (9.6, 16, True, True),
'pg_cron': (9.5, 17, True, False),
'pg_stat_kcache': (9.4, 17, True, False),
'pg_partman': (9.4, 16, False, True)
}

@hughcapet
Copy link
Member

👍

1 similar comment
@idanovinda
Copy link
Member Author

👍

@idanovinda idanovinda merged commit 1ed2182 into dev-17 Oct 2, 2024
5 checks passed
@idanovinda idanovinda deleted the extension-pg17 branch October 2, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants