pgsql: Enable pg_collation_actual_version() to work on the default coll - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Enable pg_collation_actual_version() to work on the default coll
Date
Msg-id E1opdml-001fB4-Vh@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_dump test: Make concatenated create_sql commands more readabl
Next
From: Tom Lane
Date:
Subject: pgsql: Add basic regression tests for semi/antijoin recognition.