pgsql: Remove redundant check for default collation. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Remove redundant check for default collation.
Date
Msg-id E1soqyn-000nl1-Tb@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove redundant check for default collation.

The operative check is for a deterministic collation, so the check for
DEFAULT_COLLATION is redundant. Furthermore, it will be wrong if we
ever support a non-deterministic default collation.

Author: Andreas Karlsson
Discussion: https://postgr.es/m/60929555-4709-40a7-b136-bcb44cff5a3c@proxel.se

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a9fc11033e61d0dde30d5114887714dbd7612d5

Modified Files
--------------
src/backend/utils/adt/varlena.c | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Make jsonpath .string() be immutable for datetimes.
Next
From: Nathan Bossart
Date:
Subject: pgsql: Reintroduce support for sequences in pgstattuple and pageinspect