pgsql: Fix uninitialized memory bug - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Fix uninitialized memory bug
Date
Msg-id E1lZfZr-0005An-NR@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: mention can be inside of , but not
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix some trailing whitespace in documentation files