Re: pgsql: pg_collation_actual_version() -> pg_collation_current_version().
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: Peter Eisentraut <peter@eisentraut.org>
Cc: pgsql-committers <pgsql-committers@lists.postgresql.org>
Date: 2021-02-26T03:13:54Z
Lists: pgsql-hackers
On Thu, Feb 25, 2021 at 10:49 PM Peter Eisentraut <peter@eisentraut.org> wrote: > Seeing that explanation, I think that's even more of a reason to avoid > the name "current" and use something strikingly different. > > In any case, this function name has been around for some years now and > renaming it just for taste reasons seems unnecessary. I guess my unspoken assumption was that anyone using this in a query is probably comparing it with collversion and thus already has a query that needs to be rewritten for v14, and therefore it's not a bad time to clean up some naming. But that argument is moot if you don't even agree that the new name's an improvement, so... reverted.
Commits
-
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
- 8556267b2b1b 14.0 landed
-
pg_collation_actual_version() -> pg_collation_current_version().
- 9cf184cc0599 14.0 cited