Keith Fiske

Results 237 comments of Keith Fiske

So nice coincidence, this may be part of the problem with why the gap fill is taking so long https://github.com/pgpartman/pg_partman/issues/606

I have a beta release up for version 5.1 which also includes a fix for the gap fill function in 4.8. This shouldn't be an issue anymore in version 5.0,...

Version 5.1 has been released with this fix

If you're able to do a PR against the current 5.x main branch I can take a look at it to see about backpatching it to 4.x

I don't believe the code for that particular function has changed in 5.0 compared to 4.7.4, so if you did the PR against this file it should be the same?...

If it's easier to do against your own fork and just point me to it, that works too.

So for version 5.x, the analyze step was removed from the individual `create_partition` functions and is now only done directly through the `run_maintenance` function. Prior to 5.x, since the analyze...

If you're able to test, I do have a PR up with the 4.8.0 update to add this parameter to the gap fill function https://github.com/pgpartman/pg_partman/pull/615 Again, this won't be an...

Version 5.1 and 4.8.0 have been released. Note that you can only install version 4.8.0 as an update from a previous version. Highly recommend looking into migrating to 5.1 as...