Important change is replacement of obsolete pg_mblen function with safer variants.
Processing of data with broken multibyte chars should be safe and more robust now.
See change log
What's Changed
- Add another alternative output for dbms_random test to make it pass on Big Endian machine. by @CourteousSleet in #312
- regexp.c: guard pg_re_flags for forks that hoist it into regex.h by @sriray in #316
New Contributors
- @CourteousSleet made their first contribution in #312
- @sriray made their first contribution in #316
Full Changelog: VERSION_4_16_7...VERSION_4_16_8