Skip to content

Remove feature flag for partition creation

Andreas Brandl requested to merge ab/remove-partitioning-ff into master

What does this MR do?

This removes the feature flag postgres_dynamic_partition_creation - this has been enabled by default anyways and was rather meant to be used to disable the feature should something go wrong. But it did not - so we're now removing the flag.

Merge request reports