Heh... For a long time I wanted to fix the message Postgres shows when connecting to the Database with the higher version of the CLI as it gives a somewhat misleading perception of lack of backwards compatibility.
Every time I accidentally stumble into that message, I check on the Postgres code, see how hard it is to fix the message and bail out.
I agree code change is simple, but I guess the task is complex for other reasons
anarazel•2mo ago
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).
sam_lowry_•2mo ago
Every time I accidentally stumble into that message, I check on the Postgres code, see how hard it is to fix the message and bail out.
anarazel•2mo ago
https://github.com/postgres/postgres/blob/d2f24df19b7a42a094...
sam_lowry_•2mo ago
anarazel•2mo ago
ngalstyan4•2mo ago
<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
anarazel•2mo ago