Select 1 Touches 5,583 Lines of Postgres Source Code
1–7 of 7 posts
Re: Select 1 Touches 5,583 Lines of Postgres Source Code
#2Every 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.
Re: Select 1 Touches 5,583 Lines of Postgres Source Code
#3Heh... 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.
https://github.com/postgres/postgres/blob/d2f24df19b7a42a094...
Re: Select 1 Touches 5,583 Lines of Postgres Source Code
#4Heh... 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.
That should be trivial to change: https://github.com/postgres/postgres/blob/d2f24df19b7a42a094...
Re: Select 1 Touches 5,583 Lines of Postgres Source Code
#5Heh... 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.
That should be trivial to change: https://github.com/postgres/postgres/blob/d2f24df19b7a42a094...
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
Re: Select 1 Touches 5,583 Lines of Postgres Source Code
#6Earlier quoted context omitted.
That should be trivial to change: https://github.com/postgres/postgres/blob/d2f24df19b7a42a094...
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