citus/src
Sait Talha Nisanci 79dcb80140 Changelog: Test IS NORMALIZED for pg13
Tests for is_normalized and normalized ar eadded. One thing that seems
to be because of existent bug is that when we don't give the second
argument to normalize or is_normalized, which is optional, it crashes.
Because in the executor part, in the expression we don't have the
default argument.

Changelog entry in PG-13:
Add SQL functions NORMALIZE() to normalize Unicode strings, and IS NORMALIZED to check for normalization (Peter Eisentraut)

Commit on Postgres:
2991ac5fc9b3904ca4582be6d323497d7c3d17c9
2020-08-04 15:18:27 +03:00
..
backend Changelog: handle VACUUM PARALLEL option 2020-08-04 15:18:27 +03:00
include update cte inline output for pg13 2020-08-04 15:18:27 +03:00
test Changelog: Test IS NORMALIZED for pg13 2020-08-04 15:18:27 +03:00