mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Revert "pg_collation_actual_version() -> pg_collation_current_version()."
This reverts commit 9cf184cc05
. Name
change less well received than anticipated.
Discussion: https://postgr.es/m/afcfb97e-88a1-a540-db95-6c573b93bc2b%40eisentraut.org
This commit is contained in:
@ -268,7 +268,7 @@ IsThereCollationInNamespace(const char *collname, Oid nspOid)
|
||||
}
|
||||
|
||||
Datum
|
||||
pg_collation_current_version(PG_FUNCTION_ARGS)
|
||||
pg_collation_actual_version(PG_FUNCTION_ARGS)
|
||||
{
|
||||
Oid collid = PG_GETARG_OID(0);
|
||||
char *version;
|
||||
|
Reference in New Issue
Block a user