Replace more MemSet calls with struct initialization

Edit
ID 4542
Title Replace more MemSet calls with struct initialization
Topic Refactoring
Created 2023-09-01 00:46:26
Last modified 2023-09-19 09:37:45 (1 year, 2 months ago)
Latest email 2023-09-19 10:39:13 (1 year, 2 months ago)
Status
2023-09: Committed
Target version
Authors Richard Guo (richardguo)
Reviewers Become reviewer
Committer Peter Eisentraut (petere)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/4542
git checkout commitfest/cf/4542
Emails
Should we use MemSet or {0} for struct initialization?
First at 2023-08-31 08:32:59 by Richard Guo <guofenglinux at gmail.com>
Latest at 2023-09-19 10:39:13 by Richard Guo <guofenglinux at gmail.com>
Latest attachment (v1-0001-Replace-more-MemSet-calls-with-struct-initialization.patch) at 2023-08-31 08:32:59 from Richard Guo <guofenglinux at gmail.com>
    Attachment (v1-0001-Replace-more-MemSet-calls-with-struct-initialization.patch) at 2023-08-31 08:32:59 from Richard Guo <guofenglinux at gmail.com> (Patch: Yes)
History
When Who What
2023-09-19 09:37:45 Peter Eisentraut (petere) Closed in commitfest 2023-09 with status: Committed
2023-09-19 09:37:45 Peter Eisentraut (petere) Changed committer to petere
2023-09-01 00:46:37 Richard Guo (richardguo) Changed authors to Richard Guo (richardguo)
2023-09-01 00:46:26 Richard Guo (richardguo) Attached mail thread CAMbWs490gJf5A=ydqyjh+Z8mVQa_foTGtcmBtHGLra0aOwLWHQ@mail.gmail.com
2023-09-01 00:46:26 Richard Guo (richardguo) Created patch record
Edit