forked from timescale/timescaledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor vacuum cutoffs compatibility functions
The compatibility layer in TimescaleDB consolidates the API differences around getting the vacuum cutoffs (used by, e.g., TimescaleDB's reorder) based on an old API. Since PostgreSQL 17 introduced a new function API to get the vacuum cutoffs, this change refactors the compitability layer to provide the new API for older PostgreSQL versions.
- Loading branch information
Showing
2 changed files
with
69 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters