Re: pgsql: pg_collation_actual_version() -> pg_collation_current_version().
Peter Eisentraut <peter@eisentraut.org>
From: Peter Eisentraut <peter@eisentraut.org>
To: Thomas Munro <tmunro@postgresql.org>,
pgsql-committers@lists.postgresql.org
Date: 2021-02-23T06:03:12Z
Lists: pgsql-hackers
On 22.02.21 12:28, Thomas Munro wrote: > pg_collation_actual_version() -> pg_collation_current_version(). > > The new name seems a bit more natural. > > Discussion: https://postgr.es/m/20210117215940.GE8560%40telsasoft.com I don't find where this change was discussed in that thread. I specifically chose that name to indicate, "not the current version in the database, but the version the OS thinks it should be". I think the rename loses that distinction.
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