pgsql: Fix uninitialized memory bug

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Fix uninitialized memory bug
Дата
Msg-id E1lZfZr-0005An-NR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix uninitialized memory bug

Have interested callers of find_inheritance_children set the
detached_exist value to false prior to calling it, so that that routine
only has to set it true in the rare cases where it is necessary.  Don't
touch it otherwise.

Per buildfarm member thorntail (which reported a UBSan failure here).

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/43b55ec4bc3bc06596d966391f16defe016310ec

Modified Files
--------------
src/backend/catalog/pg_inherits.c   | 5 +----
src/backend/partitioning/partdesc.c | 1 +
2 files changed, 2 insertions(+), 4 deletions(-)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: mention can be inside of , but not
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix some trailing whitespace in documentation files