forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitba185d3
committed
Remove redundant memset call following palloc0
This is a follow-up commit toca7f8e2 which removed the allocationabstraction from pgcrypto and replaced px_alloc + memset calls withpalloc0 calls. The particular memset in this commit was missed inthat 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.com1 parent2589434 commitba185d3
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
207 | 206 |
| |
208 | 207 |
| |
209 | 208 |
| |
|
0 commit comments
Comments
(0)