Comment by ngalstyan4

9 hours ago

They would need to handle all the translation changes as well, no?

<https://github.com/search?q=repo%3Apostgres%2Fpostgres+%22ma...>

I agree code change is simple, but I guess the task is complex for other reasons

If you just make a change of code, you don't need to handle translations at that time. That will get done by the various translation teams closer to the release. However you do need to make sure that the code is translatable (e.g. injecting pre-formulated english messages into a larger message is problematic).