Обсуждение: pgsql: Correctly initialize newly added struct member

Поиск
Список
Период
Сортировка

pgsql: Correctly initialize newly added struct member

От
Alvaro Herrera
Дата:
Correctly initialize newly added struct member

Valgrind was rightly complaining that IndexVacuumInfo->report_progress
(added by commit ab0dfc961b6a) was not being initialized in some code
paths.  Repair.

Per buildfarm member lousyjack.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f768045a1a25847a3eea59d309e28c8141aed44

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 2 ++
1 file changed, 2 insertions(+)