pgsql: Enable pg_collation_actual_version() to work on the default coll

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Enable pg_collation_actual_version() to work on the default coll
Дата
Msg-id E1opdml-001fB4-Vh@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Enable pg_collation_actual_version() to work on the default collation.

Previously, it would simply return NULL, which was less useful.

Discussion: https://postgr.es/m/51fb77507cafd43fc1a2e733c23045873d93ae60.camel%40j-davis.com
Reviewed-by: Thomas Munro

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10932ed5e57b75e5e9aaa22aa0527ceeee55b6ca

Modified Files
--------------
src/backend/commands/collationcmds.c | 67 ++++++++++++++++++++++++++----------
1 file changed, 48 insertions(+), 19 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_dump test: Make concatenated create_sql commands more readabl
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add basic regression tests for semi/antijoin recognition.