Skip to content

Commit

Permalink
FDN-2303: Add pg_partman 5.1.0 and refresh_journaling_native
Browse files Browse the repository at this point in the history
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
nicolagi committed Apr 24, 2024
1 parent 5b10155 commit 7d5de9b
Show file tree
Hide file tree
Showing 2 changed files with 6,701 additions and 0 deletions.
Loading

0 comments on commit 7d5de9b

Please sign in to comment.