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-bcb44cff5...@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(-)