You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Replace many MemSet calls with struct initialization
This replaces all MemSet() calls with struct initialization where thatis easily and obviously possible. (For example, some cases have toworry about padding bits, so I left those.)(The same could be done with appropriate memset() calls, but thispatch is part of an effort to phase out MemSet(), so it doesn't touchmemset() calls.)Reviewed-by: Ranier Vilela <ranier.vf@gmail.com>Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://www.postgresql.org/message-id/9847b13c-b785-f4e2-75c3-12ec77a3b05c@enterprisedb.com