Initialize all memory for logical replication relation cache.

Andres Freund <andres@anarazel.de>

Commit: e84d243b1ce6366e8415cefc623ca53e73a20393
Author: Andres Freund <andres@anarazel.de>
Date: 2017-04-23T22:54:41Z
Releases: 10.0
Initialize all memory for logical replication relation cache.

As reported by buildfarm animal skink / valgrind, some of the
variables weren't always initialized.  To avoid further mishaps use
memset to ensure the entire entry is initialized.

Author: Petr Jelinek
Reported-By: Andres Freund
Discussion: https://postgr.es/m/20170422183123.w2jgiuxtts7qrqaq@alap3.anarazel.de
Backpatch: none, code new in master

Files

PathChange+/−
src/backend/replication/logical/relation.c modified +3 −12

Discussion