Blind fix for uninitialized memory bug in ba9a7e392171

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 2d655a08d532feed356222a8b1e427561dc7a883
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2022-03-20T21:10:24Z
Releases: 15.0
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.

Files

PathChange+/−
src/backend/executor/nodeModifyTable.c modified +1 −1