pgsql: Free ignorelist after each regression test schedule.

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Free ignorelist after each regression test schedule.
Дата
Msg-id E1Vgc4y-0004aS-Ph@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Free ignorelist after each regression test schedule.

It's a trivial amount of RAM held until the end of the regression
test run; but it's probably worth fixing to silence future warnings
from code analyzers.

This was the only memory leak pointed out by clang's static code
analysis tool.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fe67d252337ef2aba3d4ea06a4aa87cdbc75b933

Modified Files
--------------
src/test/regress/pg_regress.c |    2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix bug in GIN posting tree root creation.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: docs: clarify MVCC introduction to allow for per-statement snap