postgresql/src
Peter Eisentraut 9fd45870c1 Replace many MemSet calls with struct initialization
This replaces all MemSet() calls with struct initialization where that
is easily and obviously possible.  (For example, some cases have to
worry about padding bits, so I left those.)

(The same could be done with appropriate memset() calls, but this
patch is part of an effort to phase out MemSet(), so it doesn't touch
memset() 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
2022-07-16 08:50:49 +02:00
..
backend Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
bin Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
common Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
fe_utils
include Emulate sigprocmask(), not sigsetmask(), on Windows. 2022-07-16 17:03:38 +12:00
interfaces Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 2022-07-13 14:29:10 -04:00
makefiles
pl Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 2022-07-13 14:29:10 -04:00
port Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
template
test Replace many MemSet calls with struct initialization 2022-07-16 08:50:49 +02:00
timezone
tools Remove support for Visual Studio 2013 2022-07-14 11:22:49 +09:00
tutorial
.gitignore
DEVELOPERS
Makefile
Makefile.global.in
Makefile.shlib
nls-global.mk Fix for make unportability 2022-07-13 09:15:01 +02:00