On Tue, Mar 26, 2019 at 09:14:46AM +0000, Daniel Gustafsson wrote:
> Nice, I had missed them as I my eyes set on pg_malloc(). I've done another pass over
> the codebase and I can't spot any other on top of the additional ones you found where
> MemSet() in palloc0 is preferrable over memset().
Same here, committed. Just for the note, I have been just using git
grep -A to look at the follow-up lines of any allocation calls.
--
Michael