pgsql: Blind fix for uninitialized memory bug in ba9a7e392171

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Blind fix for uninitialized memory bug in ba9a7e392171
Date: 2022-03-20 21:25:15
Message-ID: E1nW334-000cZc-PG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Blind fix for uninitialized memory bug in ba9a7e392171

Valgrind animal skink shows a crash in this new code. I couldn't
reproduce the problem locally, but going by blind code inspection,
initializing insert_destrel should be sufficient to fix the problem.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/2d655a08d532feed356222a8b1e427561dc7a883

Modified Files
--------------
src/backend/executor/nodeModifyTable.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2022-03-20 21:26:33 Re: pgsql: Enforce foreign key correctly during cross-partition updates
Previous Message Thomas Munro 2022-03-20 20:43:42 pgsql: Log regression.diffs in 027_stream_regress.pl.