pgsql: Remove redundant memset call following palloc0 - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Remove redundant memset call following palloc0
Date
Msg-id E1oj5l4-002FKt-Sg@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove redundant memset call following palloc0

This is a follow-up commit to ca7f8e2 which removed the allocation
abstraction from pgcrypto and replaced px_alloc + memset calls with
palloc0 calls. The particular memset in this commit was missed in
that work though.

Author: Zhihong Yu <zyu@yugabyte.com>
Reviewed-by: Bruce Momjian <bruce@momjian.us>
Reviewed-by: Nathan Bossart <nathandbossart@gmail.com>
Discussion: https://postgr.es/m/CALNJ-vT5qRucrFMPSzQyAWods1b4MnNPG-M=_ZUzh1SoTh0vNw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
contrib/pgcrypto/px.c | 1 -
1 file changed, 1 deletion(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pg_buffercache: Add pg_buffercache_summary()
Next
From: David Rowley
Date:
Subject: pgsql: Fix incorrect comment regarding command completion tags