Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FDN-2303: Add pg_partman 5.1.0 and refresh_journaling_native
As part of the project to migrate to native partitioning we need to instal pg_partman 5.1.0 and a new function `journal.refresh_journaling_native` to all databases. The latter function is like `journal.refresh_journaling` except it creates a table partitioned by `journal_timestamp`. This is necessary because `partman5.create_parent` only works with tables that are natively partitioned (albeit with no children).
- Loading branch information