Akula

Results 11 comments of Akula

I have a similar requirement where we use time ordered uids similar to twitter's snowflake ids. This practice is becoming pretty common in many places. I was also thinking along...

@keithf4 bumping this up, let me know if you're open for a PR along the above lines ^

@keithf4 have raised this - https://github.com/pgpartman/pg_partman/pull/683 I understand this is a big change, open to some scrutiny on this

Thanks, have pushed a new commit addressing all the changes

Hi @keithf4, just wanted to follow up on this, hope this addresses the changes. Let me know if there's anything else needed from my side

Good to hear! I understand this may take some time, will try not to bump it up too often :)

Good point, I missed this scenario. I have the commit ready, I can push to this same branch if you'd like to keep everything together before merging. Otherwise, happy to...

Done, have pushed the change. There are some conflicts now with development branch though, and I wasn't able to rebase because there are failing tests on development. Is this something...

I hope development is not failing only for me? If not, could I suggest holding off this merge until that is fixed? test-id-time-subpart-custom-start is failing for me on development, so...

Thanks, can confirm it's passing for me too. Just wanted to clarify once on how to proceed next. I generally prefer to rebase PR changes with the trunk, only merging...