Blind fix for uninitialized memory bug in ba9a7e392171
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 20 Mar 2022 21:10:24 +0000 (22:10 +0100)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Sun, 20 Mar 2022 21:10:24 +0000 (22:10 +0100)
commit2d655a08d532feed356222a8b1e427561dc7a883
treee3a981c19d96bbd70abcf8620f3b9dc3ce002ad1
parenta096813b6f583621db4119b6ab1be4ffc26f859d
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.
src/backend/executor/nodeModifyTable.c