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

FDN-2303: Add pg_partman 5.1.0 and refresh_journaling_native #27

Merged
merged 1 commit into from
Apr 24, 2024
Merged

Conversation

nicolagi
Copy link
Contributor

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).

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).
@nicolagi nicolagi merged commit 3f730f2 into main Apr 24, 2024
1 check passed
@nicolagi nicolagi deleted the pg15 branch April 24, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants