pgsql: Use version for builtin collations.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Use version for builtin collations.
Дата
Msg-id E1rqGgQ-006MFk-NT@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql: Add allow_alter_system GUC.
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Remove superfluous trailing semicolons