postgresql/contrib/unaccent
Michael Paquier f19669fed3 unaccent: Fix allocation size for target characters on initial load
This led to an overestimation of the size allocated for both the quoted
and non-quoted cases, while using an inconsistent style.  Thinkos in
59f47fb98d.

Per report from Coverity, with extra input from Tom Lane.
2023-09-25 09:31:48 +09:00
..
expected unaccent: Add support for quoted translated characters 2023-09-20 12:29:36 +09:00
sql unaccent: Add support for quoted translated characters 2023-09-20 12:29:36 +09:00
.gitignore Add support for automatically updating Unicode derived files 2020-01-09 10:08:14 +01:00
generate_unaccent_rules.py unaccent: Add support for quoted translated characters 2023-09-20 12:29:36 +09:00
Makefile Fix regression tests of unaccent to work without UTF8 support 2023-07-04 08:05:00 +09:00
meson.build Fix regression tests of unaccent to work without UTF8 support 2023-07-04 08:05:00 +09:00
unaccent--1.0--1.1.sql Update unaccent extension for parallel query. 2016-06-14 14:55:49 -04:00
unaccent--1.1.sql Update unaccent extension for parallel query. 2016-06-14 14:55:49 -04:00
unaccent.c unaccent: Fix allocation size for target characters on initial load 2023-09-25 09:31:48 +09:00
unaccent.control Mark some contrib modules as "trusted". 2020-02-13 15:02:35 -05:00
unaccent.rules unaccent: Add support for quoted translated characters 2023-09-20 12:29:36 +09:00