pgsql: Add collation versions for FreeBSD.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add collation versions for FreeBSD.
Date: 2020-11-20 08:58:40
Message-ID: E1kg2Fc-0002IG-IB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add collation versions for FreeBSD.

On FreeBSD 13, use querylocale() to read the current version of libc
collations. Similar to commits 352f6f2d for Windows and d5ac14f9 for
GNU/Linux.

Discussion: https://postgr.es/m/CAEepm%3D0uEQCpfq_%2BLYFBdArCe4Ot98t1aR4eYiYTe%3DyavQygiQ%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ca051d8b101d3205f1c5faf0d1da8a523ffc95a1

Modified Files
--------------
doc/src/sgml/charset.sgml | 3 ++-
src/backend/utils/adt/pg_locale.c | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-11-20 10:42:29 pgsql: Replace a macro by a function
Previous Message Fujii Masao 2020-11-20 06:43:30 pgsql: Emit log when restore_command succeeds but archived file faills