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.w2jgiuxtts7qr...@alap3.anarazel.de
Backpatch: none, code new in master

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e84d243b1ce6366e8415cefc623ca53e73a20393

Modified Files
--------------
src/backend/replication/logical/relation.c | 15 +++------------
1 file changed, 3 insertions(+), 12 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to