pgsql: Use version for builtin collations.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use version for builtin collations.
Date: 2024-03-29 18:10:31
Message-ID: E1rqGgQ-006MFk-NT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use version for builtin collations.

Given that the version field already exists, there's little reason not
to use it. Suggestion from Peter Eisentraut.

Discussion: https://postgr.es/m/613c120a-5413-4fa7-a501-6590eae558f8@eisentraut.org
Reviewed-by: Peter Eisentraut

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/46a44dc372033da9bd8b9840711e560c9d73e768

Modified Files
--------------
src/backend/utils/adt/pg_locale.c | 14 ++++++++++++--
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_collation.dat | 4 ++--
3 files changed, 15 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2024-03-29 22:55:51 pgsql: Remove superfluous trailing semicolons
Previous Message Bruce Momjian 2024-03-29 16:27:31 Re: pgsql: Add allow_alter_system GUC.