Use libc version as a collation version on glibc systems.
Thomas Munro <tmunro@postgresql.org>
Use libc version as a collation version on glibc systems. Using glibc's version string to detect potential collation definition changes is not 100% reliable, but it's better than nothing. Currently this affects only collations explicitly provided by "libc". More work will be needed to handle the default collation. Author: Thomas Munro, based on a suggestion from Christoph Berg Reviewed-by: Peter Eisentraut Discussion: https://postgr.es/m/4b76c6d4-ae5e-0dc6-7d0d-b5c796a07e34%402ndquadrant.com
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/alter_collation.sgml | modified | +10 −0 |
| src/backend/utils/adt/pg_locale.c | modified | +12 −2 |
| src/bin/pg_dump/t/002_pg_dump.pl | modified | +2 −2 |
Documentation touched
Discussion
- Collation versioning 192 messages · 2018-09-04 → 2021-04-15