pgsql: Use libc version as a collation version on glibc systems.

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use libc version as a collation version on glibc systems.
Date: 2019-10-09 19:18:04
Message-ID: E1iIHTI-0001V3-4j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use libc version as a collation version on glibc systems.

Using glibc's version number to detect potential collation definition
changes is not 100% reliable, but it's better than nothing.

Author: Thomas Munro
Reviewed-by: Peter Eisentraut
Discussion: https://postgr.es/m/4b76c6d4-ae5e-0dc6-7d0d-b5c796a07e34%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9f90b1d08d796a925808b24f77f624a0ff682c77

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2019-10-09 19:36:40 pgsql: Revert "Use libc version as a collation version on glibc systems
Previous Message Peter Eisentraut 2019-10-09 15:47:27 Re: expressive test macros (was: Report test_atomic_ops() failures consistently, via macros)