pgsql: Release temporary array in check_for_data_types_usage().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Release temporary array in check_for_data_types_usage().
Дата
Msg-id E1roQlH-005RwK-9z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Release temporary array in check_for_data_types_usage().

Coverity identified this as a resource leak.  It's surely of no
consequence given that the function is called only once per run, but
freeing the storage is no more work than dismissing the complaint.
Minor oversight in commit 347758b12.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/225e1dde463ae312714d71a929f45cfd153df2be

Modified Files
--------------
src/bin/pg_upgrade/check.c | 2 ++
1 file changed, 2 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: ci: freebsd repartition script didn't copy .git directory
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Allow more cases to pass the unsafe-use-of-new-enum-value restri